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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2596703002: http2: Update priorities of pushed streams (Closed)
Patch Set: actually rebase Created 3 years, 11 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 | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/buffered_spdy_framer.h » ('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 80ec0ec8f6153765f58a46429dca111abf54d9ef..50e9a8491e7baabe81c3c7c08975dda2fb63911a 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1535,6 +1535,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_SEND_PRIORITY)
+
// ------------------------------------------------------------------------
// SpdyProxyClientSocket
// ------------------------------------------------------------------------
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/buffered_spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698