summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 21:06:23 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-11 21:06:23 +0000
commit5af45e0206cbff9815ae661162361f29ac8df727 (patch)
treed56acd100706d6bf928ff280cb1de75eec233050 /net/base
parentd5f3d4fbdd1f22a92dc9ac993f06231129124a26 (diff)
downloadchromium_src-5af45e0206cbff9815ae661162361f29ac8df727.zip
chromium_src-5af45e0206cbff9815ae661162361f29ac8df727.tar.gz
chromium_src-5af45e0206cbff9815ae661162361f29ac8df727.tar.bz2
Block reading unauthenticated bytes from the proxy when the user cancels a 407 proxy auth request while we're trying to establish an SSL tunnel.
BUG=8473 R=wtc Review URL: http://codereview.chromium.org/42065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/net_error_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index 31d27d7..9cc2205 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -96,8 +96,7 @@ NET_ERROR(SSL_VERSION_OR_CIPHER_MISMATCH, -113)
// The server requested a renegotiation (rehandshake).
NET_ERROR(SSL_RENEGOTIATION_REQUESTED, -114)
-// The proxy claimed to want authenication but didn't provide the proper
-// challenge headers.
+// The proxy requested authentication (for tunnel establishment).
NET_ERROR(PROXY_AUTH_REQUESTED, -115)
// Certificate error codes