remoting/host/token_validator_base.cc doesn't handle some network errors correctly. |
||
Issue descriptionOn network errors before headers are received, it hands. When reading the response body of a request, if the first read of a response body returns 0 bytes (i.e., and empty response body), and this is discovered synchronously, the request also hangs. I noticed this while auditing URLRequest::Delegates for a small API change. I have a fix these issues which I'll send out for review when I update the API.
,
Dec 7 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 7 2016