From 5af45e0206cbff9815ae661162361f29ac8df727 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Wed, 11 Mar 2009 21:06:23 +0000 Subject: 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 --- net/base/net_error_list.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net/base') 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 -- cgit v1.1