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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2596703002: http2: Update priorities of pushed streams (Closed)
Patch Set: Created 4 years 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
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
// ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698