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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2835403003: Do not abort redirect responses with unadvertised encoding. (Closed)
Patch Set: Pulled the check out of the loop and report "false" for valid responses Created 3 years, 8 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:
Download patch
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2aa3c49632f13f4bfb80bb1864afa9ddedbe5ca3..ca3421423e79101891bfc2475dbe69d8fe343947 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37536,6 +37536,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.RedirectWithUnadvertisedContentEncoding" enum="Boolean">
+ <owner>eustas@chromium.org</owner>
+ <summary>
+ True for redirect responses with unadvertised &quot;Content-Encoding&quot;.
+ False for valid redirect responses. See http://crbug.com/714514
+ </summary>
+</histogram>
+
<histogram name="Net.RenegotiationExtensionSupported">
<obsolete>
Deprecated 03/2015. No longer tracked.
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698