From b09fdad7cbcbe5991c781c5506b3758e28b37be4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 May 2023 16:58:53 +0200 Subject: fixup remove draft number --- lib/cookie.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/cookie.h b/lib/cookie.h index 2773bc461..b3c0063b2 100644 --- a/lib/cookie.h +++ b/lib/cookie.h @@ -76,10 +76,9 @@ struct CookieInfo { - At least 4096 bytes per cookie (as measured by the sum of the length of the cookie's name, value, and attributes). - In the 6265bis draft-10 document section 5.4 it is phrased even stronger: - "If the sum of the lengths of the name string and the value string is more - than 4096 octets, abort these steps and ignore the set-cookie-string - entirely." + In the 6265bis draft document section 5.4 it is phrased even stronger: "If + the sum of the lengths of the name string and the value string is more than + 4096 octets, abort these steps and ignore the set-cookie-string entirely." */ /** Limits for INCOMING cookies **/ -- cgit v1.2.1