Chromium Code Reviews
DescriptionDo not set io_loop_ to NULL until we have deleted request_ and set
request_ to NULL, otherwise Cancel() may fail to post a CancelURLRequest
task because io_loop_ is NULL but request_ is not NULL. (That task adds
a reference to the OCSPRequestSession object to ensure that it lives
longer than the URLRequest object.)
R=ukai
BUG=28526
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33698
Patch Set 1 #Patch Set 2 : Better fix: delete request_ before setting finished_ to true. #Patch Set 3 : Remove a debugging DCHECK. #Patch Set 4 : Upload before checkin #Messages
Total messages: 5 (0 generated)
|