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
This commit is contained in:
Andrei Zeliankou
2024-01-25 12:49:47 +00:00
committed by andrey-zelenkov
parent ba56e50ee7
commit 6452ca111c
3 changed files with 15 additions and 2 deletions

View File

@@ -40,6 +40,13 @@ with Next.js.
</para>
</change>
<change type="bugfix">
<para>
ServerRequest.httpVersion variable format in Node.js module.
</para>
</change>
</changes>