Chromium Code Reviews
        
  DescriptionMange 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 #Messages
    Total messages: 1 (0 generated)
     
  
  
       |