From aaa10a155a3e225dd690808f67455c8f466ff237 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 7 Apr 2011 19:50:08 +0000 Subject: Fix DCHECK on multiple SSL client auths for the same request. BUG=78679 TEST=see bug Review URL: http://codereview.chromium.org/6814009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80828 0039d316-1c4b-4281-b951-d872f2087c98 --- net/url_request/url_request.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/url_request') diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h index 5cf3427..40f7d8a 100644 --- a/net/url_request/url_request.h +++ b/net/url_request/url_request.h @@ -120,8 +120,8 @@ class URLRequest : public base::NonThreadSafe { // // The callbacks will be called in the following order: // Start() - // - OnCertificateRequested* (zero or one call, if the SSL server - // requests a client certificate for authentication) + // - OnCertificateRequested* (zero or more calls, if the SSL server and/or + // SSL proxy requests a client certificate for authentication) // - OnSSLCertificateError* (zero or one call, if the SSL server's // certificate has an error) // - OnReceivedRedirect* (zero or more calls, for the number of redirects) -- cgit v1.1