diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 22:26:03 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 22:26:03 +0000 |
commit | 7f28a8df1e44c9991a3c012b0b7874c068e0e6e7 (patch) | |
tree | ae22c0590608c41b0b00d30a7bff3b14eeb16853 /net/net.gyp | |
parent | cff2ac8e0b3d6769180c5f5e75508852be3904d1 (diff) | |
download | chromium_src-7f28a8df1e44c9991a3c012b0b7874c068e0e6e7.zip chromium_src-7f28a8df1e44c9991a3c012b0b7874c068e0e6e7.tar.gz chromium_src-7f28a8df1e44c9991a3c012b0b7874c068e0e6e7.tar.bz2 |
Prepare for late binding of SpdyHttpStreams.
* Move HostPortProxyPair to net/proxy/proxy_server.h.
* Have the Job assign the spdy_session_key to the Request when it's determined.
* Have the Job notify the HttpStreamFactoryImpl when a SpdySession becomes available.
Next steps:
* When HttpStreamFactoryImpl sees a SpdySession becomes available, service all applicable requests by examining their spdy_session_key.
* Introduce a new NetLog::Source for the late bound jobs.
* Have HttpStreamFactoryImpl create two Jobs instead of just 1 per Request if Alternate-Protocol is available.
BUG=54371,42669
TEST=existing
Review URL: http://codereview.chromium.org/6577035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index df9f2f8..bd14ccc 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -511,6 +511,8 @@ 'http/http_stream_factory_impl.h', 'http/http_stream_factory_impl_job.cc', 'http/http_stream_factory_impl_job.h', + 'http/http_stream_factory_impl_request.cc', + 'http/http_stream_factory_impl_request.h', 'http/http_stream_parser.cc', 'http/http_stream_parser.h', 'http/http_transaction.h', |