|
Add support for field trial group to relax missing via header bypass logic.
This change refactors the bypass logic into a class and adds support for
a new group in the DataReductionProxyRemoveMissingViaHeaderOtherBypass
field trial. This new group relaxes the non-4xx response missing via
header bypass logic to only apply to the first response through the
proxy after a network change.
BUG= 413035, 409466
Committed: https://crrev.com/db1198c5327b5c69b93fafd814b9f516b88a15fd
Cr-Commit-Position: refs/heads/master@{#310698}
Total comments: 18
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+500 lines, -1554 lines) |
Patch |
 |
M |
android_webview/browser/net/aw_url_request_context_getter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy.gypi
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/BUILD.gn
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.cc
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h
|
View
|
1
2
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc
|
View
|
1
2
3
|
9 chunks |
+83 lines, -85 lines |
0 comments
|
Download
|
 |
A + |
components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
View
|
1
2
3
|
12 chunks |
+94 lines, -183 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h
|
View
|
1
2
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
|
View
|
1
2
3
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
View
|
1
2
3
|
3 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+162 lines, -0 lines |
0 comments
|
Download
|
 |
D |
components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h
|
View
|
1
2
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -222 lines |
0 comments
|
Download
|
 |
D |
components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -967 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 28 (9 generated)
|