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 Review URL: https://codereview.chromium.org/12390059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186218 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment