summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2020-12-07 18:50:56 +0300
committerValentin Bartenev <vbart@nginx.com>2020-12-07 18:50:56 +0300
commitbda76b04e9aec295c7fa11c7eacb6e11c4bf67f4 (patch)
tree2294d28752e4bf8b0ec1b842e9bf1400d851edc2 /docs/changes.xml
parentdb42527b1b2656141af0d8280e59e23be6af67d6 (diff)
downloadunit-bda76b04e9aec295c7fa11c7eacb6e11c4bf67f4.tar.gz
unit-bda76b04e9aec295c7fa11c7eacb6e11c4bf67f4.tar.bz2
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.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml6
1 files changed, 6 insertions, 0 deletions
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 &lt;defan@nginx.com&gt;">
+<change type="bugfix">
+<para>
+invalid HTTP responses were generated for some unusual status codes.
+</para>
+</change>
+
</changes>