summaryrefslogtreecommitdiffstats
path: root/net/http
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-06 20:09:40 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-06 20:09:40 +0000
commit776ce72105da07de1ce2bb4233462122e6395454 (patch)
tree78ccacb0dd1d9d8a3aba0a49d280d88fa62a3849 /net/http
parent7ae20dd9bb9ccea567b87e3b07bfa92188c3cdf3 (diff)
downloadchromium_src-776ce72105da07de1ce2bb4233462122e6395454.zip
chromium_src-776ce72105da07de1ce2bb4233462122e6395454.tar.gz
chromium_src-776ce72105da07de1ce2bb4233462122e6395454.tar.bz2
HTTP Pipelining: Log headers with the URL_REQUEST for
easier debugging. R=simonjam@chromium.org BUG=122347 Review URL: http://codereview.chromium.org/10009043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http')
-rw-r--r--net/http/http_pipelined_connection_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc
index e4e5032..8e87a89 100644
--- a/net/http/http_pipelined_connection_impl.cc
+++ b/net/http/http_pipelined_connection_impl.cc
@@ -129,7 +129,7 @@ void HttpPipelinedConnectionImpl::InitializeParser(
CHECK(!stream_info_map_[pipeline_id].parser.get());
stream_info_map_[pipeline_id].state = STREAM_BOUND;
stream_info_map_[pipeline_id].parser.reset(new HttpStreamParser(
- connection_.get(), request, read_buf_.get(), net_log_));
+ connection_.get(), request, read_buf_.get(), net_log));
stream_info_map_[pipeline_id].source = net_log.source();
// In case our first stream doesn't SendRequest() immediately, we should still