From bda76b04e9aec295c7fa11c7eacb6e11c4bf67f4 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 7 Dec 2020 18:50:56 +0300 Subject: 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. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 39c270ad..7b90f4a3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -9,6 +9,12 @@ date="" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> + + +invalid HTTP responses were generated for some unusual status codes. + + + -- cgit