aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/gun_cookies.erl5
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1075f53..08b9169 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CT_OPTS += -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = ssl
DEPS = cowlib
-dep_cowlib = git https://github.com/ninenines/cowlib 2.10.0
+dep_cowlib = git https://github.com/ninenines/cowlib master
DOC_DEPS = asciideck
diff --git a/src/gun_cookies.erl b/src/gun_cookies.erl
index 0537832..f44ae42 100644
--- a/src/gun_cookies.erl
+++ b/src/gun_cookies.erl
@@ -465,9 +465,8 @@ wpt_http_state_test_files() ->
wpt_http_state_test_files(TestPath) ->
filelib:wildcard(TestPath ++ "wpt/cookies/*-test") -- [
TestPath ++ "wpt/cookies/attribute0023-test", %% Doesn't match the spec (path override).
- TestPath ++ "wpt/cookies/disabled-chromium0020-test", %% Doesn't match the spec (empty names).
- TestPath ++ "wpt/cookies/disabled-chromium0022-test", %% Nonsense.
- TestPath ++ "wpt/cookies/optional-domain0042-test" %% Doesn't match the spec (empty domain override).
+ TestPath ++ "wpt/cookies/disabled-chromium0020-test", %% Maximum cookie name of 4096 characters.
+ TestPath ++ "wpt/cookies/disabled-chromium0022-test" %% Nonsense.
].
wpt_http_state_test_() ->