Commit 9313bd4f authored by rtenneti@chromium.org's avatar rtenneti@chromium.org

SPDY - update the comment to have "status" for SPDY_SESSION_GOAWAY

net log event.

https://src.chromium.org/viewvc/chrome?view=rev&revision=148115 is 
the original CL that had the logging.


BUG=133995
R=willchan
TEST=network unit tests

Review URL: https://chromiumcodereview.appspot.com/10833059

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148873 0039d316-1c4b-4281-b951-d872f2087c98
parent ed8ce0bc
...@@ -1034,6 +1034,7 @@ EVENT_TYPE(SPDY_SESSION_PING) ...@@ -1034,6 +1034,7 @@ EVENT_TYPE(SPDY_SESSION_PING)
// "last_accepted_stream_id": <Last stream id accepted by the server, duh>, // "last_accepted_stream_id": <Last stream id accepted by the server, duh>,
// "active_streams": <Number of active streams>, // "active_streams": <Number of active streams>,
// "unclaimed_streams": <Number of unclaimed push streams>, // "unclaimed_streams": <Number of unclaimed push streams>,
// "status": <The reason for the GOAWAY>,
// } // }
EVENT_TYPE(SPDY_SESSION_GOAWAY) EVENT_TYPE(SPDY_SESSION_GOAWAY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment