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

Unified Diff: net/net.gyp

Issue 8586015: Slow start pipelining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 9 years, 1 month 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 | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 2694b279b8525e3d3d1f5f1ec528c5231c49bb79..777f0f635006e381dd4e7ecfb2623d87f6a93257 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -427,8 +427,9 @@
'http/http_pipelined_connection.h',
'http/http_pipelined_connection_impl.cc',
'http/http_pipelined_connection_impl.h',
- 'http/http_pipelined_host.cc',
'http/http_pipelined_host.h',
+ 'http/http_pipelined_host_impl.cc',
+ 'http/http_pipelined_host_impl.h',
'http/http_pipelined_host_pool.cc',
'http/http_pipelined_host_pool.h',
'http/http_pipelined_stream.cc',
@@ -1089,7 +1090,8 @@
'http/http_network_layer_unittest.cc',
'http/http_network_transaction_unittest.cc',
'http/http_pipelined_connection_impl_unittest.cc',
- 'http/http_pipelined_host_unittest.cc',
+ 'http/http_pipelined_host_impl_unittest.cc',
+ 'http/http_pipelined_host_pool_unittest.cc',
'http/http_pipelined_network_transaction_unittest.cc',
'http/http_proxy_client_socket_pool_unittest.cc',
'http/http_request_headers_unittest.cc',
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698