summaryrefslogtreecommitdiffstats
path: root/net/spdy
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 22:26:03 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 22:26:03 +0000
commit7f28a8df1e44c9991a3c012b0b7874c068e0e6e7 (patch)
treeae22c0590608c41b0b00d30a7bff3b14eeb16853 /net/spdy
parentcff2ac8e0b3d6769180c5f5e75508852be3904d1 (diff)
downloadchromium_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/spdy')
-rw-r--r--net/spdy/spdy_session_pool.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index 10da747..91ff8cb 100644
--- a/net/spdy/spdy_session_pool.h
+++ b/net/spdy/spdy_session_pool.h
@@ -23,9 +23,6 @@
#include "net/spdy/spdy_settings_storage.h"
namespace net {
-// Sessions are uniquely identified by their HostPortPair and the proxy server
-// that will be used to connect to it (may be DIRECT).
-typedef std::pair<HostPortPair, ProxyServer> HostPortProxyPair;
class BoundNetLog;
class ClientSocketHandle;