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

Issue 3084011: Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool. (Closed)

Created:
10 years, 4 months ago by vandebo (ex-Chrome)
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool. Without explicit management of the cirucular reference to HttpNetworkTransaction, it can get deleted at inopportune times and cause undesirable effects (i.e. triggering a pool to delete itself while in the middle of other operations). This change breaks the cirucular reference at points in execution where it is safe. BUG=50822, 49254 TEST=green reliability bot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54715

Patch Set 1 #

Patch Set 2 : Simpler fix #

Patch Set 3 : Improve comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M net/http/http_proxy_client_socket_pool.cc View 1 2 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
vandebo (ex-Chrome)
10 years, 4 months ago (2010-08-03 05:21:50 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698