gecko-dev/netwerk
Sean Feng 929537b45b Bug 1525025 - Always update domainLookup time in OnStopRequest r=valentin,necko-reviewers
Currently the domainLookup time is updated in OnLookupComplete, this
is problematic because since the DNS prefetch is racy, we are unable
to tell if it's a persistent connection, and we don't want to update
domainLookup if it's a persistent connection.

This patch stops updating it in OnLookupComplete to only update
it in OnStopRequest.

Differential Revision: https://phabricator.services.mozilla.com/D88070
2020-08-26 15:26:25 +00:00
..
base Bug 1638422 - Add an option for nsITraceableChannel new listeners to request that content decoding be applied before they are called. r=kmag,necko-reviewers,dragana 2020-08-25 23:17:35 +00:00
build Bug 1631722 - Add wrapper for structured-headers crate,r=valentin 2020-08-12 07:07:33 +00:00
cache Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
cache2 Bug 1659923 - Avoid unnecessary copies around Base64Encode. r=xpcom-reviewers,necko-reviewers,froydnj,valentin 2020-08-19 17:45:16 +00:00
cookie Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
dns Bug 1652667 - P1: Add telemetry for when an HTTPSSVC record is received r=dragana 2020-08-25 17:29:32 +00:00
ipc Bug 1638422 - Remove nsITraceableChannel from DocumentChannel. r=kmag,necko-reviewers 2020-08-25 23:17:11 +00:00
locales Bug 1654556 - Log also "failed the samesite tests" cookie rejection reason, r=baku 2020-07-23 14:48:12 +00:00
mime Bug 1440677 - accept spaces and tabs in Content-Disposition header filename parameters because all the other browsers do, r=annevk,valentin,necko-reviewers 2020-08-19 16:10:20 +00:00
protocol Bug 1525025 - Always update domainLookup time in OnStopRequest r=valentin,necko-reviewers 2020-08-26 15:26:25 +00:00
sctp Bug 1647536 - Support ref counted pointers in nsDeque r=froydnj 2020-08-22 15:47:59 +00:00
socket Bug 1659705 - Update neqo to version 0.4.10 r=necko-reviewers,valentin 2020-08-18 13:22:00 +00:00
srtp Bug 1653182 - Part 2: Remove redundant -std=gnu99 from netwerk/sctp and srtp. r=froydnj 2020-07-29 19:12:25 +00:00
streamconv Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
system Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
test Bug 1652655 - P5: Test case for dispatching transaction with HTTPSSVC record, r=dragana,necko-reviewers 2020-08-21 18:59:22 +00:00
url-classifier Bug 1652927 - Refine URL Classifier logging r=baku 2020-07-20 10:09:37 +00:00
wifi
moz.build