From 76df62a6236eba2ae1ea7ffe7b9599418b044a01 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Mon, 19 Sep 2022 02:45:44 +0800 Subject: HTTP: fixed cookie parsing. The fixing supports the cookie value with the '=' character. This is related to #756 PR on Github. Thanks to changxiaocui. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index 1534a6dc..7c0712f3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.29.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> + + +fix HTTP cookie parsing when the value contains an equals sign. + + + -- cgit