mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +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
|
|
@ -28,8 +28,9 @@ public:
|
|||
virtual PRIntervalTime IdleTime() = 0;
|
||||
virtual uint32_t ReadTimeoutTick(PRIntervalTime now) = 0;
|
||||
virtual void DontReuse() = 0;
|
||||
virtual uint32_t SpdyVersion() = 0;
|
||||
|
||||
static ASpdySession *NewSpdySession(uint32_t version, nsISocketTransport *);
|
||||
static ASpdySession *NewSpdySession(uint32_t version, nsISocketTransport *, bool);
|
||||
|
||||
// MaybeReTunnel() is called by the connection manager when it cannot
|
||||
// dispatch a tunneled transaction. That might be because the tunnels it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue