Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1287)

Issue 99283006: Retry idempotent methods on Chrome-Proxy: bypass (Closed)

Created:
7 years ago by bengr
Modified:
7 years ago
Reviewers:
mef, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Retry idempotent methods on Chrome-Proxy: bypass Requests using all idempotent HTTP methods (See RFC 2616) should be retried after receiving a bypass message from the data reduction proxy. Before this CL, only GET was being retried. BUG=327740 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241714 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241927 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242128

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Total comments: 4

Patch Set 3 : Addressed comments #

Patch Set 4 : Addressed lint errors #

Patch Set 5 : include basictypes.h #

Patch Set 6 : Using ARRAYSIZE_UNSAFE in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -23 lines) Patch
M net/http/http_network_layer_unittest.cc View 1 2 3 4 5 7 chunks +108 lines, -18 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 2 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
bengr
mef: everything mmenke: rubber-stamp
7 years ago (2013-12-14 00:20:36 UTC) #1
bengr
7 years ago (2013-12-16 18:59:52 UTC) #2
mmenke
On 2013/12/16 18:59:52, bengr1 wrote: Misha's now a net/ owner, so I'm not needed.
7 years ago (2013-12-17 15:39:19 UTC) #3
mef
https://codereview.chromium.org/99283006/diff/1/net/http/http_network_layer_unittest.cc File net/http/http_network_layer_unittest.cc (right): https://codereview.chromium.org/99283006/diff/1/net/http/http_network_layer_unittest.cc#newcode364 net/http/http_network_layer_unittest.cc:364: const char* method; why is method const char* but ...
7 years ago (2013-12-18 16:34:41 UTC) #4
bengr
https://codereview.chromium.org/99283006/diff/1/net/http/http_network_layer_unittest.cc File net/http/http_network_layer_unittest.cc (right): https://codereview.chromium.org/99283006/diff/1/net/http/http_network_layer_unittest.cc#newcode364 net/http/http_network_layer_unittest.cc:364: const char* method; On 2013/12/18 16:34:41, mef wrote: > ...
7 years ago (2013-12-18 19:39:46 UTC) #5
mef
+ see lint errors. https://codereview.chromium.org/99283006/diff/40001/net/http/http_network_layer_unittest.cc File net/http/http_network_layer_unittest.cc (right): https://codereview.chromium.org/99283006/diff/40001/net/http/http_network_layer_unittest.cc#newcode167 net/http/http_network_layer_unittest.cc:167: nit: blank line https://codereview.chromium.org/99283006/diff/40001/net/http/http_network_transaction.cc File ...
7 years ago (2013-12-18 20:36:23 UTC) #6
bengr
I'm not seeing any lint errors. Did you run something to see them? https://codereview.chromium.org/99283006/diff/40001/net/http/http_network_layer_unittest.cc File ...
7 years ago (2013-12-18 21:05:10 UTC) #7
mef
On 2013/12/18 21:05:10, bengr1 wrote: > I'm not seeing any lint errors. Did you run ...
7 years ago (2013-12-18 21:08:56 UTC) #8
bengr
7 years ago (2013-12-18 21:12:48 UTC) #9
mef
lgtm
7 years ago (2013-12-18 21:16:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/99283006/80001
7 years ago (2013-12-18 21:45:55 UTC) #11
commit-bot: I haz the power
Change committed as 241714
7 years ago (2013-12-19 00:13:12 UTC) #12
Ramya
A revert of this CL has been created in https://codereview.chromium.org/98693016/ by cramya@chromium.org. The reason for ...
7 years ago (2013-12-19 02:58:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/99283006/100001
7 years ago (2013-12-19 17:40:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/99283006/120001
7 years ago (2013-12-19 17:43:48 UTC) #15
commit-bot: I haz the power
Change committed as 241927
7 years ago (2013-12-19 20:11:17 UTC) #16
Ramya
A revert of this CL has been created in https://codereview.chromium.org/107073004/ by cramya@chromium.org. The reason for ...
7 years ago (2013-12-19 22:17:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/99283006/140001
7 years ago (2013-12-19 23:06:44 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=108335
7 years ago (2013-12-20 07:26:24 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bengr@chromium.org/99283006/140001
7 years ago (2013-12-20 16:54:51 UTC) #20
commit-bot: I haz the power
7 years ago (2013-12-20 18:59:06 UTC) #21
Message was sent while issue was closed.
Change committed as 242128

Powered by Google App Engine
This is Rietveld 408576698