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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2847133003: Add NetLog event for invalid Http/2 response header (Closed)
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/spdy/chromium/buffered_spdy_framer.h » ('j') | net/spdy/chromium/buffered_spdy_framer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index 043cf8e12e3e2aef8b498ede00d453c10c9d892c..79a19393a59cbd3002a22f5f7d9c0ed1fc8df6bb 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1507,6 +1507,13 @@ EVENT_TYPE(HTTP2_SESSION_UPDATE_SEND_WINDOW)
// }
EVENT_TYPE(HTTP2_SESSION_UPDATE_RECV_WINDOW)
+// This event indicates that an invalid response header has been received.
+// {
+// "header_name": <The header name>,
+// "header_value": <The header value>,
+// }
+EVENT_TYPE(HTTP2_SESSION_RECV_INVALID_HEADER)
+
// Sending a data frame
// {
// "stream_id": <The stream ID for the window update>,
« no previous file with comments | « no previous file | net/spdy/chromium/buffered_spdy_framer.h » ('j') | net/spdy/chromium/buffered_spdy_framer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698