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

Issue 8912010: Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requests (Closed)

Created:
9 years ago by Ryan Hamilton
Modified:
9 years ago
Reviewers:
cbentzel
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requests through HTTPS Proxies. This also changes the mechanism used to restart HttpProxyClientSocket requests with auth. Previously the transport socket would be Disconnected, and then re-Connected (which was not implemented for SSLClientSockets). However, the approach was problematic in the face of, for example, ipv6. The new approach is to close the HttpProxyClientSocket, and request a new socket from the pool. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114447

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -584 lines) Patch
M net/http/http_network_transaction_unittest.cc View 12 chunks +13 lines, -409 lines 0 comments Download
M net/http/http_proxy_client_socket.h View 5 chunks +15 lines, -2 lines 0 comments Download
M net/http/http_proxy_client_socket.cc View 7 chunks +38 lines, -8 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 2 chunks +11 lines, -19 lines 0 comments Download
M net/http/http_proxy_utils.h View 3 chunks +1 line, -10 lines 0 comments Download
M net/http/http_proxy_utils.cc View 2 chunks +1 line, -19 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M net/http/proxy_client_socket.h View 2 chunks +0 lines, -10 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.h View 1 chunk +9 lines, -3 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 2 chunks +0 lines, -23 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket_unittest.cc View 6 chunks +2 lines, -72 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Hamilton
Need to revert this CL from trunk too. Tried drover --revert, but that hit some ...
9 years ago (2011-12-13 18:29:17 UTC) #1
cbentzel
On 2011/12/13 18:29:17, Ryan Hamilton wrote: > Need to revert this CL from trunk too. ...
9 years ago (2011-12-13 19:24:15 UTC) #2
Ryan Hamilton
On Tue, Dec 13, 2011 at 11:24 AM, <cbentzel@chromium.org> wrote: > On 2011/12/13 18:29:17, Ryan ...
9 years ago (2011-12-13 20:16:21 UTC) #3
cbentzel
LGTM On Tue, Dec 13, 2011 at 3:16 PM, Ryan Hamilton <rch@chromium.org> wrote: > > ...
9 years ago (2011-12-13 21:11:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8912010/1
9 years ago (2011-12-13 21:25:10 UTC) #5
commit-bot: I haz the power
Try job failure for 8912010-1 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-13 22:24:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/8912010/1
9 years ago (2011-12-14 16:24:32 UTC) #7
commit-bot: I haz the power
9 years ago (2011-12-14 17:33:21 UTC) #8
Change committed as 114447

Powered by Google App Engine
This is Rietveld 408576698