diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 16:25:54 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 16:25:54 +0000 |
commit | 7a8de307caef3ed87448fde283201273f063f024 (patch) | |
tree | 7660501ff318592e9577e571446139726a33f5a0 /net/base/net_error_list.h | |
parent | 5a41c4c0b8cdb997062b8bf197e2d0cf65bd508c (diff) | |
download | chromium_src-7a8de307caef3ed87448fde283201273f063f024.zip chromium_src-7a8de307caef3ed87448fde283201273f063f024.tar.gz chromium_src-7a8de307caef3ed87448fde283201273f063f024.tar.bz2 |
net: add Snap Start support to NSS sockets.
(This doesn't actually enable any functional changes yet.)
BUG=none
TEST=none (yet)
http://codereview.chromium.org/3454021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61181 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, 6 insertions, 0 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 0370874..9e4ec6a 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -177,6 +177,12 @@ NET_ERROR(SSL_WEAK_SERVER_EPHEMERAL_DH_KEY, -129) // of an HTTP proxy. NET_ERROR(PROXY_CONNECTION_FAILED, -130) +// This means that 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) + // Certificate error codes // // The values of certificate error codes must be consecutive. |