HTTP: fixed cookie parsing.

The fixing supports the cookie value with the '=' character.

This is related to #756 PR on Github.
Thanks to changxiaocui.
This commit is contained in:
Zhidao HONG
2022-09-19 02:45:44 +08:00
parent 5354e05b2f
commit 76df62a623
3 changed files with 22 additions and 5 deletions

View File

@@ -31,6 +31,12 @@ NGINX Unit updated to 1.29.0.
date="" time=""
packager="Nginx Packaging <nginx-packaging@f5.com>">
<change type="bugfix">
<para>
fix HTTP cookie parsing when the value contains an equals sign.
</para>
</change>
</changes>