summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpConnection.cpp
Commit message (Collapse)AuthorAgeLines
* Return proper error if the nss layer encounters an error on the httpwolfbeast2019-03-22-3/+3
| | | | tunnel.
* Close the transaction if PR_Read/PR_Write failed.wolfbeast2019-03-22-5/+10
| | | | | | When PR_Read/PR_White returns -1, we have to use ErrorAccordingToNSPR to get the error code. We need to close the transaction if a real error happens.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-24/+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.
* DevTools - network - implement the secureConnectionStart property for the ↵janekptacijarabaci2018-03-01-3/+22
| | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
* Style clean upjanekptacijarabaci2018-02-11-1/+0
|
* Bug 1322373 - TLS 1.3 early-data for http/2janekptacijarabaci2018-02-11-67/+155
|
* Bug 1343600 - Add TLS handshake Start/Stop eventsjanekptacijarabaci2018-02-11-0/+12
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2319