Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Issue 4575001: Crash fix: HTTPS server responds with 407 through non-authenticating proxy. (Closed)

Created:
10 years, 1 month ago by cbentzel
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Crash fix: HTTPS server responds with 407 through non-authenticating proxy. Now, HttpNetworkTransaction::HandleAuthChallenge returns ERR_INVALID_PROXY_AUTHENTICATE when this is detected. BUG=61701 TEST=net_unittests --gtest_filter="*HttpsServerRequestsProxyAuthThroughProxy*" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65225

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M net/http/http_network_transaction.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +60 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
cbentzel
10 years, 1 month ago (2010-11-05 12:09:19 UTC) #1
vandebo (ex-Chrome)
LGTM
10 years, 1 month ago (2010-11-05 16:50:42 UTC) #2
eroman
10 years, 1 month ago (2010-11-05 19:13:53 UTC) #3
LGTM.

nit, the description mentions wrong error code; should read
ERR_UNEXPECTED_PROXY_AUTH.

Powered by Google App Engine
This is Rietveld 408576698