diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 19:46:27 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 19:46:27 +0000 |
commit | 8d3718970504d75dea10ba8a523f5d2219627071 (patch) | |
tree | 5c148f80c5fe5cc768c79c52f292a72707041a37 /net/base/net_error_list.h | |
parent | 37779e0d685e3e8cf948ebae2bb7dc9c04aa876f (diff) | |
download | chromium_src-8d3718970504d75dea10ba8a523f5d2219627071.zip chromium_src-8d3718970504d75dea10ba8a523f5d2219627071.tar.gz chromium_src-8d3718970504d75dea10ba8a523f5d2219627071.tar.bz2 |
Revert r61181.
This reverts r61181 although, due to the age of that revision, the revert was
mostly done manually. This is the start of ripping out Snap Start support.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index defeeb4..1147267 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -180,11 +180,7 @@ NET_ERROR(SSL_WEAK_SERVER_EPHEMERAL_DH_KEY, -129) // of an HTTP proxy. NET_ERROR(PROXY_CONNECTION_FAILED, -130) -// We tried a Snap Start connection and sent a request, predicting the server's -// NPN protocol support. However, after doing the actual handshake, our -// prediction turned out to be incorrect so we sent a request in the wrong -// protocol. -NET_ERROR(SSL_SNAP_START_NPN_MISPREDICTION, -131) +// Free: 131 // We detected an ESET product intercepting our HTTPS connections. Since these // products are False Start intolerant, we return this error so that we can |