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

Issue 18606: Return ERR_SSL_PROTOCOL_ERROR instead of the default... (Closed)

Created:
11 years, 11 months ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Return ERR_SSL_PROTOCOL_ERROR instead of the default ERR_FAILED when we read EOF during the SSL handshake. The ERR_SSL_PROTOCOL_ERROR error code will allow the TLS-intolerant server handling code in http_network_transaction.cc to kick in if necessary. R=eroman BUG=5894 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8377

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M net/base/ssl_client_socket_win.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
wtc
11 years, 11 months ago (2009-01-21 02:52:59 UTC) #1
eroman
11 years, 11 months ago (2009-01-21 03:37:50 UTC) #2
LGTM.

Is there a regression test that can be made for this?

Powered by Google App Engine
This is Rietveld 408576698