Chromium Code Reviews| 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 c7cb11d966733182c08210cc757ccced152c9b49..36f5772c0374b9e086984feea82deaa1add8f989 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -1527,6 +1527,15 @@ EVENT_TYPE(HTTP2_STREAM_UPDATE_RECV_WINDOW) |
| // } |
| EVENT_TYPE(HTTP2_STREAM_ERROR) |
| +// A PRIORITY update is sent to the server. |
| +// { |
| +// "stream_id": <The stream id>, |
| +// "parent_stream_id": <The stream's new parent stream>, |
| +// "weight": <The stream's new weight>, |
| +// "exclusive": <Whether the new dependency is exclusive>, |
| +// } |
| +EVENT_TYPE(HTTP2_STREAM_UPDATE_PRIORITY) |
|
Bence
2017/01/05 17:14:45
I would prefer HTTP2_STREAM_SEND_PRIORITY instead.
Tom Bergan
2017/01/06 00:08:40
Done.
|
| + |
| // ------------------------------------------------------------------------ |
| // SpdyProxyClientSocket |
| // ------------------------------------------------------------------------ |