New issue
Advanced search Search tips

Issue 724690 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Parallel download sub requests shouldn't use post method.

Project Member Reported by xingliu@chromium.org, May 19 2017

Issue description

We recently find more HTTP 405 method not allowed error code in the parallel download finch experiment group metrics.

Currently the sub requests only uses GET method, however the download request can be POST also. 

We should limit the parallel download to GET method only, since post method can have data in the post body used by the server, and it's risky and questionable to copy post body data in the sub requests.
 
Cc: asanka@chromium.org
+asanka@ to cc list.
Labels: -M-59
Status: Fixed (was: Started)

Sign in to add a comment