mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +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
|
|
@ -154,6 +154,10 @@ public:
|
|||
const nsACString &origin,
|
||||
RefPtr<nsStandardURL> &url);
|
||||
|
||||
// Mirrors nsAHttpTransaction
|
||||
bool Do0RTT();
|
||||
nsresult Finish0RTT(bool aRestart, bool aAlpnIgnored);
|
||||
|
||||
protected:
|
||||
static void CreatePushHashKey(const nsCString &scheme,
|
||||
const nsCString &hostHeader,
|
||||
|
|
@ -328,6 +332,8 @@ private:
|
|||
// and flow control has not yet kicked in.
|
||||
SimpleBuffer mSimpleBuffer;
|
||||
|
||||
bool mAttempting0RTT;
|
||||
|
||||
/// connect tunnels
|
||||
public:
|
||||
bool IsTunnel() { return mIsTunnel; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue