Commit 86b507da authored by rch's avatar rch Committed by Commit bot

Correctly link HttpStreams to QuicSessions in net-internals.

Fixes a mistake in https://codereview.chromium.org/1057983002/

R=rtenneti@chromium.org

Review URL: https://codereview.chromium.org/1065623002

Cr-Commit-Position: refs/heads/master@{#323911}
parent 5f511847
...@@ -62,7 +62,7 @@ int QuicHttpStream::InitializeStream(const HttpRequestInfo* request_info, ...@@ -62,7 +62,7 @@ int QuicHttpStream::InitializeStream(const HttpRequestInfo* request_info,
stream_net_log.AddEvent( stream_net_log.AddEvent(
NetLog::TYPE_HTTP_STREAM_REQUEST_BOUND_TO_QUIC_SESSION, NetLog::TYPE_HTTP_STREAM_REQUEST_BOUND_TO_QUIC_SESSION,
stream_net_log.source().ToEventParametersCallback()); session_->net_log().source().ToEventParametersCallback());
if (request_info->url.SchemeIsSecure()) { if (request_info->url.SchemeIsSecure()) {
SSLInfo ssl_info; SSLInfo ssl_info;
......
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