Chromium Code Reviews
DescriptionNet module changes to support caching responses to a POST request.
The solution is to add a user-defined identifier to UploadData. If that identifier is set, and if the request method is POST, then HttpCache will enable caching for the response. (The cache key will be a composition of the identifier and the URL.) A subsequent POST request to the same URL with the same identifier will "hit" the previously generated cache entry. Reuse from the cache is subject to all of the standard rules.
BUG=2636
R=wtc
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12374
Patch Set 1 #
Total comments: 12
Patch Set 2 : '' #
Total comments: 6
Patch Set 3 : '' #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||