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

Unified Diff: net/base/net_log_event_type_list.h

Issue 10382107: Change the stream_id for streams which are serialized out of order. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 8 years, 7 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_network_transaction_spdy2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 757fb4c79fd8164263be785a1a5f16c697df543c..beb45176f891ce633f5b303c7e934924ecc73c8c 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -939,6 +939,14 @@ EVENT_TYPE(SPDY_SESSION)
// }
EVENT_TYPE(SPDY_SESSION_SYN_STREAM)
+// This event is sent when a SPDY SYN_STREAM is renumbered.
+// The following parameters are attached:
+// {
+// "old_id": <The old stream id>,
+// "new_id": <The new stream id>,
+// }
+EVENT_TYPE(SPDY_SESSION_SYN_STREAM_RENUMBER)
+
// This event is sent for a SPDY SYN_STREAM pushed by the server, where a
// net::URLRequest is already waiting for the stream.
// The following parameters are attached:
« no previous file with comments | « no previous file | net/spdy/spdy_network_transaction_spdy2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698