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

Issue 12390059: net: also do TLS 1.1 -> 1.0 fallback on ERR_CONNECTION_ABORTED. (Closed)

Created:
7 years, 9 months ago by agl
Modified:
7 years, 9 months ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

net: also do TLS 1.1 -> 1.0 fallback on ERR_CONNECTION_ABORTED. We currently perform TLS 1.1 -> 1.0 fallback for ERR_CONNECTION_RESET to workaround some buggy servers. This change causes ERR_CONNECTION_ABORTED to be treated like ERR_CONNECTION_RESET because, with non-blocking I/O, it appears that we get this error rather than ERR_CONNECTION_RESET. See r165170 and the bug. See https://code.google.com/p/chromium/issues/detail?id=178672#c17 BUG=178672, 179037 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186218

Patch Set 1 #

Patch Set 2 : ... #

Total comments: 5

Patch Set 3 : Update comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M net/socket/ssl_client_socket_nss.cc View 1 2 1 chunk +11 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
agl
I would be happy to have a reason not to land this :(
7 years, 9 months ago (2013-03-04 15:53:48 UTC) #1
wtc
LGTM. Have we confirmed that Chrome gets ERR_CONNECTION_RESET on non-Windows platforms in the same environment? ...
7 years, 9 months ago (2013-03-04 20:55:49 UTC) #2
agl
> So it may be a good idea to understand this better. I've not been ...
7 years, 9 months ago (2013-03-04 21:01:13 UTC) #3
wtc
Do you know whether the ERR_CONNECTION_ABORTED comes from the destination server or something in the ...
7 years, 9 months ago (2013-03-04 23:51:27 UTC) #4
wtc
Patch set 2 LGTM. Please go ahead and commit this. I answered my own question. ...
7 years, 9 months ago (2013-03-05 18:27:10 UTC) #5
agl
Have updated comment in the code and the commit message. https://codereview.chromium.org/12390059/diff/2001/net/socket/ssl_client_socket_nss.cc File net/socket/ssl_client_socket_nss.cc (right): https://codereview.chromium.org/12390059/diff/2001/net/socket/ssl_client_socket_nss.cc#newcode1916 ...
7 years, 9 months ago (2013-03-05 18:48:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/12390059/15001
7 years, 9 months ago (2013-03-05 18:51:55 UTC) #7
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 9 months ago (2013-03-05 19:01:08 UTC) #8
agl
7 years, 9 months ago (2013-03-05 19:07:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r186218 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698