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

Issue 3032051: Merge 54715 - 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:
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Merge 54715 - 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 TEST=green reliability bot Review URL: http://codereview.chromium.org/3084011 TBR=vandebo@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54733

Patch Set 1 #

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 2 chunks +9 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698