Home
last modified time | relevance | path

Searched hist:1732 (Results 1 – 2 of 2) sorted by path

/unit/docs/
H A Dchanges.xmldiff 1732:61c7915b5b6a Mon Dec 07 15:50:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> HTTP: fixed status line format for unknown status codes.

According to Section #3.1.2 of RFC 7230, after the status code
there must be a space even if the reason phrase is empty.

Also, only 3 digits allowed.

This closes #507 issue on GitHub.
/unit/src/
H A Dnxt_h1proto.cdiff 1732:61c7915b5b6a Mon Dec 07 15:50:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> HTTP: fixed status line format for unknown status codes.

According to Section #3.1.2 of RFC 7230, after the status code
there must be a space even if the reason phrase is empty.

Also, only 3 digits allowed.

This closes #507 issue on GitHub.