summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-05-17 16:58:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-05-17 16:58:53 +0200
commitb09fdad7cbcbe5991c781c5506b3758e28b37be4 (patch)
tree2698f271d27466f50c3d2ff38ddb8f471f2ac828
parenta518055621b66e73cad5a399a242b81bea4a764b (diff)
downloadcurl-bagder/cookie-comment.tar.gz
fixup remove draft numberbagder/cookie-comment
-rw-r--r--lib/cookie.h7
1 files 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 **/