Remove some redundant NetLog info in SpdySession.

This CL removes information (stream id, associated stream id, URL,
window_size) from NetLog strings that can always be inferred from
previous NetLog entries.  RST_STREAM frames cannot carry any opaque
data, therefore the affected strings never make it to the wire, they are
only recorded in NetLog.  Since NetLog is not running most of the time,
it is a waste to call StringPrintf() to generate strings that are unused
most of the time.

String arguments of CloseSessionOnError() and DoDrainSession() are not
changed, since those are sent in GOAWAY frames, and therefore allow
server operators to understand why the client closes the connection.

Bug: 
Change-Id: I4cf39fe438a047bf25e3a41f0de0389c837c3c51
Reviewed-on: https://chromium-review.googlesource.com/716377
Reviewed-by: Helen Li <xunjieli@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#508694}
1 file changed