]> git.ipfire.org Git - thirdparty/curl.git/commit
cookie: do prefix matching case-sensitively
authorDaniel Stenberg <daniel@haxx.se>
Wed, 26 Feb 2025 06:54:15 +0000 (07:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Feb 2025 07:33:49 +0000 (08:33 +0100)
commit5b5e2f7318bff3244def7c5865db47657dcf877b
treec2ac9ae5ef9321f11c2aacdd38f66f4e54ad0f5d
parentac4a65f8d2cb2e08f6ac75df21e64dc4662c7544
cookie: do prefix matching case-sensitively

According to section 4.1.3.1 and 4.1.3.2 of
draft-ietf-httpbis-rfc6265bis-19

Ref: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-19#section-4.1.3.1

Closes #16494
lib/cookie.c