| 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.
|
| // {
|
|
|