From 67d4123a5a1240200ad304631adbd406e9b9f8ea Mon Sep 17 00:00:00 2001 From: Gerhard Stoebich <18708370+Flarna@users.noreply.github.com> Date: Fri, 30 Nov 2018 09:53:57 +0100 Subject: doc: cookie is joined using '; ' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit document that incoming cookie headers are joined using '; '. PR-URL: https://github.com/nodejs/node/pull/24740 Reviewed-By: Ben Noordhuis Reviewed-By: Michaƫl Zasso Reviewed-By: Benjamin Gruenbaum Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Rich Trott --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index ad7b59d4e8..c5a2382a47 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2297,7 +2297,7 @@ For incoming headers: `upgrade-insecure-requests`, `user-agent` or `x-content-type-options` are discarded. * `set-cookie` is always an array. Duplicates are added to the array. -* `cookie`: the values are joined together with '; '. +* For duplicate `cookie` headers, the values are joined together with '; '. * For all other headers, the values are joined together with ', '. ```js -- cgit v1.2.3