summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpTransaction.cpp
Commit message (Collapse)AuthorAgeLines
* [http] Use a copy of nsHttpConnectionInfo.Moonchild2020-11-19-3/+3
| | | | | | | 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 a null check in nsHttpTransaction::Close.wolfbeast2018-09-19-1/+3
| | | | This resolves #776.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-46/+0
| | | | Tag #288
* DevTools - network - implement the secureConnectionStart property for the ↵janekptacijarabaci2018-03-01-0/+22
| | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
* Bug 1328955 - When a client tries TLS1.3 with EarlyData and a server falls ↵janekptacijarabaci2018-02-11-3/+8
| | | | back to tls1.2,we should reconnect using tls1.3 without EarlyData
* Bug 1344890 - h2 tls 1.3 early data problem with https://echo.filippo.io/foojanekptacijarabaci2018-02-11-0/+5
|
* Bug 1322373 - TLS 1.3 early-data for http/2janekptacijarabaci2018-02-11-1/+1
|
* Bug 1343600 - Add TLS handshake Start/Stop eventsjanekptacijarabaci2018-02-11-1/+3
|
* Bug 1340164 - Fix socket transport status eventsjanekptacijarabaci2018-02-11-0/+47
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2461