From 751da6dadfeddb916b7dc5f524715afd4b02969c Mon Sep 17 00:00:00 2001 From: Jeremy Stashewsky Date: Fri, 22 Sep 2017 15:04:14 -0700 Subject: [PATCH] Document removal of 256 space limit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fa7807..7c04e0a6 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ else cookies = [Cookie.parse(res.headers['set-cookie'])]; ``` -_Potentially non-standard behavior:_ currently, tough-cookie will limit the number of spaces before the `=` to 256 characters. +_Note:_ in version 2.3.3, tough-cookie limited the number of spaces before the `=` to 256 characters. This limitation has since been removed. See [Issue 92](https://github.com/salesforce/tough-cookie/issues/92) ### Properties