Chromium Code Reviews
DescriptionFixing redirect DataReductionProxyNewtorkDelegate behavior
The current behavior to clear out DataReductionProxyData from
URLRequest's UserData was based on OnBeforeSendHeaders being called for
the request after a redirect. However, when the resource is cached, the
DataReductionProxyData won't be cleared. This CL aims to fix this by
moving the code that clears the DRPData to OnBeforeRedirect, which is
called for every redirect response.
BUG=686367
Review-Url: https://codereview.chromium.org/2664983002
Cr-Commit-Position: refs/heads/master@{#447125}
Committed: https://chromium.googlesource.com/chromium/src/+/ee1900abec9b62a0657726f5f238ed7123df7d97
Patch Set 1 #Patch Set 2 : small test change #
Total comments: 4
Patch Set 3 : added back the original clear of data #Patch Set 4 : typo #
Messages
Total messages: 22 (17 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||