diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 23:55:02 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 23:55:02 +0000 |
commit | d2b5f09e54322cdd0c1046b6661324672a948394 (patch) | |
tree | 5d2012e2c6aa74847504caabff6a6dfb00d1aaaa /net/base/net_error_list.h | |
parent | cc7823bc07a6f6a05e30a4670041c5b28f40c4aa (diff) | |
download | chromium_src-d2b5f09e54322cdd0c1046b6661324672a948394.zip chromium_src-d2b5f09e54322cdd0c1046b6661324672a948394.tar.gz chromium_src-d2b5f09e54322cdd0c1046b6661324672a948394.tar.bz2 |
Add a new OnHostResolutionCallback to TransportSocketParams
Correctly implement OnHostResolution in HttpStreamFactoryImpl::Job
BUG=106235
TEST=HttpNetworkTransactionSpdy\*Test.UseIPConnectionPoolingAfterResolution
Review URL: https://chromiumcodereview.appspot.com/10238010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 1cab980..44da326 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -246,7 +246,8 @@ NET_ERROR(SSL_CLIENT_AUTH_SIGNATURE_FAILED, -141) // which exceeds size threshold). NET_ERROR(MSG_TOO_BIG, -142) -// Error cdoe -143 available. +// A SPDY session already exists, and should be used instead of this connection. +NET_ERROR(SPDY_SESSION_ALREADY_EXISTS, -143) // Violation of limits (e.g. imposed to prevent DoS). NET_ERROR(LIMIT_VIOLATION, -144) |