summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/Http2Session.cpp
Commit message (Collapse)AuthorAgeLines
* [http] Use a copy of nsHttpConnectionInfo.Moonchild2020-11-19-4/+5
| | | | | | | The root cause in this bug is that the connection info used by 'SpdyConnectTransaction' is the same instance as the connection info in 'nsHttpTransaction', so we should clone it and let 'SpdyConnectTransaction' use the cloned one.
* Add null check in Http2Session::RecvAltSvcwolfbeast2019-10-23-0/+1
|
* Implement a threadsafe & revised version of http2PushedStream.wolfbeast2019-07-22-6/+18
| | | | This re-applies the patch for this with added typename declaration.
* Revert "Implement a threadsafe & revised version of http2PushedStream."wolfbeast2019-07-21-18/+6
| | | | | | Backed out because of gcc build failures. This reverts commit 66fae1d81013a2321e7d607a426f834a01b847ce.
* Implement a threadsafe & revised version of http2PushedStream.wolfbeast2019-07-18-6/+18
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-11/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Bug 1416529. r=mcmanus, a=rituNicholas Hurley2018-03-14-9/+9
| | | | | | | MozReview-Commit-ID: CD1l5vLB4yy --HG-- extra : rebase_source : d74f8ca96dab4e0d25d79948fcddbf8dab98bb36
* DevTools - network - implement the secureConnectionStart property for the ↵janekptacijarabaci2018-03-01-0/+9
| | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
* Bug 1351392 - Fix transport status events for http2 and ftpjanekptacijarabaci2018-02-11-0/+2
|
* Bug 1322373 - TLS 1.3 early-data for http/2janekptacijarabaci2018-02-11-7/+128
|
* Bug 1345240 - h2 stalls on failed early data hard reloadjanekptacijarabaci2018-02-11-0/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3884