Description
RFC 7230 describes the HTTP response status line as:
status-line = HTTP-version SP status-code SP reason-phrase CRLF
The "reason-phrase" is allowed to be empty, but the white space between status-code and reason-phrase is mandatory. The protocol-okhttp, when storing the HTTP response header (store.http.headers = true), does not add a white space when the message is empty, even if the original response header contained a white space after the status code.
Note: protocol-http add the status line literally.
Attachments
Issue Links
- links to