DescriptionReduce unnecessary network connections.
Two different scenarios are fixed by this:
a) When Range:0- receives a 200 request, don't make a new connection asking for
the same data without the Range:0- request heaeder (bug 104783).
b) When a 4xx or malformed HTTP response is received on a Range:0- request,
don't re-attempt the request without the Range header (bug 105230).
BUG=104783, 105230
TEST=awesome scherkus@ tests now pass w/ the extra expectations removed.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126970
Patch Set 1 #
Total comments: 6
Patch Set 2 : acolwell CR responses. #
Messages
Total messages: 7 (0 generated)
|