Descriptionnet: 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. #Messages
Total messages: 9 (0 generated)
|