Issue metadata
Sign in to add a comment
|
URLLoaderImpl doesn't correctly handle errors received after reading headers. |
||||||||||||||||||||||
Issue descriptionIf URLLoaderImpl synchronously encounters an error when reading the response body, it calls "NotifyCompleted(net::OK);" instead of passing the error along. If it instead encounters the error asynchronously, in OnReadCompleted, it just closes the URLLoader pipe, instead of passing the error code along. I also think this indicates the class isn't adequately tested (And skimming over the tests, it looks like it doesn't have any testing for errors at all).
,
Aug 9 2017
,
Nov 7 2017
Apologies, applied the wrong component in bulk. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by bugdroid1@chromium.org
, Aug 9 2017