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

Issue 9088: Prevent recycling TCPClient socket in the case of https, so as not to crash.... (Closed)

Created:
12 years, 1 month ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Prevent recycling TCPClientSocket in the case of https, so as not to crash. The situation this protects against is better explained in comment 13: http://code.google.com/p/chromium/issues/detail?id=3772#c13 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4624

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M net/http/http_network_transaction.cc View 1 2 3 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
eroman
12 years, 1 month ago (2008-11-04 04:04:39 UTC) #1
wtc
I suggest that you back out the instrumentation code and then add the bug fix ...
12 years, 1 month ago (2008-11-04 04:53:25 UTC) #2
eroman
> I suggest that you back out the instrumentation code > and then add the ...
12 years, 1 month ago (2008-11-04 05:03:22 UTC) #3
eroman
http://codereview.chromium.org/9088/diff/1/2 File net/http/http_network_transaction.cc (right): http://codereview.chromium.org/9088/diff/1/2#newcode431 Line 431: // the CONNECT method, since the tunnel is ...
12 years, 1 month ago (2008-11-04 05:19:40 UTC) #4
wtc
LGTM. Please give me a day to play with the instrumentation hacks, before checking this ...
12 years, 1 month ago (2008-11-04 15:08:03 UTC) #5
eroman
12 years, 1 month ago (2008-11-04 22:25:47 UTC) #6
Will add a unit-test for this shortly.

(ended up committing in a hurry to fix a build redness).

Powered by Google App Engine
This is Rietveld 408576698