mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +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
|
|
@ -2489,7 +2489,7 @@ nsHttpTransaction::Do0RTT()
|
|||
}
|
||||
|
||||
nsresult
|
||||
nsHttpTransaction::Finish0RTT(bool aRestart)
|
||||
nsHttpTransaction::Finish0RTT(bool aRestart, bool aAlpnChanged /* ignored */)
|
||||
{
|
||||
MOZ_ASSERT(m0RTTInProgress);
|
||||
m0RTTInProgress = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue