mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Bug 1322373 - TLS 1.3 early-data for http/2
This commit is contained in:
parent
0f08cb0c4f
commit
202ca6d067
11 changed files with 342 additions and 82 deletions
|
|
@ -168,7 +168,7 @@ public:
|
|||
int64_t GetTransferSize() { return mTransferSize; }
|
||||
|
||||
bool Do0RTT() override;
|
||||
nsresult Finish0RTT(bool aRestart) override;
|
||||
nsresult Finish0RTT(bool aRestart, bool aAlpnChanged /* ignored */) override;
|
||||
private:
|
||||
friend class DeleteHttpTransaction;
|
||||
virtual ~nsHttpTransaction();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue