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

Issue 18469: Merge r7669 into 154 branch:... (Closed)

Created:
11 years, 11 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
Mark Larson
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Merge r7669 into 154 branch: When there are multiple requests for the same resource, it is possible that cancelling a request that is currently a reader may be racing with another reader being completed. In that case, we were not removing the transaction for the cancelled request so all queued requests were blocked forever. BUG=4769 TEST=unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8418

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -3 lines) Patch
M net/http/http_cache.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 chunk +74 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
11 years, 11 months ago (2009-01-21 22:45:16 UTC) #1
Mark Larson
11 years, 11 months ago (2009-01-22 02:07:56 UTC) #2
OK

Powered by Google App Engine
This is Rietveld 408576698