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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1374883002: Add UMAs for checking header values against RFC 7230 in //net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflect comments Created 4 years, 12 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/url_request/url_request_http_job.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 11757364db2b0e60deb5c6d2e11248057a6d6b48..aa1c6849158787613595293b12140d7873be1300 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24274,6 +24274,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time it takes to request a new (unused) HTTP proxy socket.</summary>
</histogram>
+<histogram name="Net.HttpRequest.ContainsInvalidHeaderValuesInRFC7230"
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a request contains invalid request header values in RFC 7230. This
+ is counted once for every redirect leg. https://crbug.com/455099.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpRequestCompletionErrorCodes" enum="NetErrorCodes">
<owner>sclittle@chromium.org</owner>
<owner>bengr@chromium.org</owner>
@@ -24293,6 +24302,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpResponse.ContainsInvalidHeaderValuesInRFC7230"
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a response contains invalid response header values in RFC 7230. This
+ is counted once for every redirect leg. https://crbug.com/455099.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseCode">
<owner>mmenke@chromium.org</owner>
<summary>The count of HTTP Response codes encountered.</summary>
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698