diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2024-01-25 12:49:47 +0000 |
---|---|---|
committer | andrey-zelenkov <xim.andrew@gmail.com> | 2024-01-26 15:17:00 +0000 |
commit | 6452ca111c71188ab2813c763e6a0e86b48fbd56 (patch) | |
tree | fc6517df5824a385a506c6830258801f7130834c /docs | |
parent | ba56e50ee77d11c45f569ba8fbc95e6dadb323ef (diff) | |
download | unit-6452ca111c71188ab2813c763e6a0e86b48fbd56.tar.gz unit-6452ca111c71188ab2813c763e6a0e86b48fbd56.tar.bz2 |
Node.js: fixed "httpVersion" variable format
According to the Node.js documenation this variable
should only include numbering scheme.
Thanks to @dbit-xia.
Closes: https://github.com/nginx/unit/issues/1085
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 6b1aaf71..f226e4f4 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -40,6 +40,13 @@ with Next.js. </para> </change> +<change type="bugfix"> +<para> +ServerRequest.httpVersion variable format in Node.js module. +</para> +</change> + + </changes> |