statusText for some HTTP requests always empty, even though server sends it |
|
Issue descriptionUserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36 Example URL: Steps to reproduce the problem: 1. Open new tab. 2. Open Developer Tools > Network. 3. In this tab open some page that'd give you 404, e.g. https://bugs.chromium.org/asdf. 4. Click on the failed request in Developer Tools to see the response details. 5. Save the requests/responses as HAR by right-clicking in the requests list and choosing "Save as HAR with Content". What is the expected behavior? After step 4, "Status Code: 404 Not Found" is shown. After step 5, HAR file statusText for the failed request has value "Not Found". What went wrong? After step 4, "Status Code: 404" is shown. After step 5, HAR file statusText for the failed request has empty value. Did this work before? Yes Chrome version: 50.0.2661.86 Channel: stable OS Version: Flash Version: Shockwave Flash 21.0 r0 This looks related to https://bugs.chromium.org/p/chromium/issues/detail?id=562599. If the failed request happens during XHR, a message in JS console appears that says something like: GET https://foo.com/bar 404 () Note the empty parenthesis.
,
Apr 27 2016
Confirmed: Making a request to HTTP/1.1 server with Data Saver extension turned off causes the status text to reappear. Filed #607328 to make the used protocol more clear. |
|
►
Sign in to add a comment |
|
Comment 1 by mmenke@chromium.org
, Apr 27 2016