Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: net/base/load_timing_info.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/load_timing_info.h
diff --git a/net/base/load_timing_info.h b/net/base/load_timing_info.h
index b4acd58b255e5c77f94415a957bb7e3d64ef838e..6f817994bd9882f8777dbc054167cd20abafc7af 100644
--- a/net/base/load_timing_info.h
+++ b/net/base/load_timing_info.h
@@ -40,8 +40,8 @@ namespace net {
// Times represent when a request starts/stops blocking on an event, not the
// time the events actually occurred. In particular, in the case of preconnects
// and socket reuse, no time may be spent blocking on establishing a connection.
-// In the case of SPDY and HTTP pipelining, PAC scripts are only run once for
-// each shared session, so no time may be spent blocking on them.
+// In the case of SPD, PAC scripts are only run once for each shared session, so
willchan no longer on Chromium 2014/05/23 20:31:21 You got overzealous in deleting the 'Y' :)
mmenke 2014/05/23 20:36:37 Done.
+// no time may be spent blocking on them.
//
// DNS and SSL times are both times for the host, not the proxy, so DNS times
// when using proxies are null, and only requests to HTTPS hosts (Not proxies)

Powered by Google App Engine
This is Rietveld 408576698