Chromium Code Reviews
DescriptionAdd an opt-out header for HTTP throttling. Never throttle for localhost.
Added net::IsLocalhost() function to net/base/net_utils.h
Unit tests for the above. Also fix flakiness in the ReceivedContentMalformed test that was caused by non-zero jitter.
Modify back-off policy to ignore first 4 errors to help avoid back-off from erroneously kicking in on flaky connections. Make maximum back-off period 15 minutes instead of 60. Added documentation of results of analyzing behavior this new policy will give.
Add a simple server for manual testing of the throttling feature.
BUG=66062
TEST=net_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79464
Patch Set 1 #Patch Set 2 : Update copyright years. #
Total comments: 30
Patch Set 3 : Respond to review comments. #Patch Set 4 : Fix a couple of external unit tests. #Patch Set 5 : Merge to lkgr #
Total comments: 2
Patch Set 6 : Respond to review comments. #
Total comments: 8
Patch Set 7 : Address wtc's second round of review comments. #Patch Set 8 : Merge to head. #
Total comments: 1
Messages
Total messages: 11 (0 generated)
|