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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2675723003: Improve NetLog HTTP/2 event names. (Closed)
Patch Set: Rebase. Created 3 years, 10 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/spdy_session.cc » ('j') | no next file with comments »
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 bfdc0945062aa2c0b5477ed72ecaf358b175a18c..21d4aae620ee048af48e4986a72685fee15a5f46 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1372,7 +1372,7 @@ EVENT_TYPE(HTTP2_SESSION_RECV_SETTING)
// "stream_id": <The stream ID for the window update>,
// "status": <The reason for the RST_STREAM>,
// }
-EVENT_TYPE(HTTP2_SESSION_RST_STREAM)
+EVENT_TYPE(HTTP2_SESSION_RECV_RST_STREAM)
// Sending of a RST_STREAM
// The following parameters are attached:
@@ -1399,14 +1399,14 @@ EVENT_TYPE(HTTP2_SESSION_PING)
// "unclaimed_streams": <Number of unclaimed push streams>,
// "status": <The reason for the GOAWAY>,
// }
-EVENT_TYPE(HTTP2_SESSION_GOAWAY)
+EVENT_TYPE(HTTP2_SESSION_RECV_GOAWAY)
// Receipt of an HTTP/2 WINDOW_UPDATE frame (which controls the send window).
// {
// "stream_id": <The stream ID for the window update>,
// "delta" : <The delta window size>,
// }
-EVENT_TYPE(HTTP2_SESSION_RECEIVED_WINDOW_UPDATE_FRAME)
+EVENT_TYPE(HTTP2_SESSION_RECV_WINDOW_UPDATE)
// Sending of an HTTP/2 WINDOW_UPDATE frame (which controls the
// receive window).
@@ -1414,7 +1414,7 @@ EVENT_TYPE(HTTP2_SESSION_RECEIVED_WINDOW_UPDATE_FRAME)
// "stream_id": <The stream ID for the window update>,
// "delta" : <The delta window size>,
// }
-EVENT_TYPE(HTTP2_SESSION_SENT_WINDOW_UPDATE_FRAME)
+EVENT_TYPE(HTTP2_SESSION_SEND_WINDOW_UPDATE)
// This event indicates that the send window has been updated for a session.
// {
« no previous file with comments | « no previous file | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698