robotframework-browser icon indicating copy to clipboard operation
robotframework-browser copied to clipboard

`statusText` is empty for HTTP/2 request in Chromium

Open JaPyR opened this issue 3 years ago • 0 comments

Describe the bug Documentation for HTTP and Wait For Response keyword make impression that statusText that is something present and if everything is good it would be "OK", but in HTTP/2 there is not such concept (https://fetch.spec.whatwg.org/#concept-response-status-message) and Chromium follows this approach while Firefox returns something.

JaPyR avatar Jun 22 '22 13:06 JaPyR