diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-03-10 04:51:20 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2020-03-10 04:53:51 +0700 |
commit | 042b66493398dd8c3bb31216e3f828b98716810d (patch) | |
tree | 2763e8d8c8d40a358d522a140f0581d4fc5aa11f /test/testdata | |
parent | 68fa15155f40f7d646079e6649df03696a5e7d4b (diff) |
Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.
1. https://curl.haxx.se/docs/http-cookies.html
This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c.
Diffstat (limited to 'test/testdata')
-rw-r--r-- | test/testdata/cookies/cookie_file_with_spaces.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/testdata/cookies/cookie_file_with_spaces.txt b/test/testdata/cookies/cookie_file_with_spaces.txt deleted file mode 100644 index 6fda35fa0..000000000 --- a/test/testdata/cookies/cookie_file_with_spaces.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Netscape HTTP Cookie File -# http://curl.haxx.se/rfc/cookie_spec.html -# This is a generated file! Do not edit. - -www.foobar.foobar FALSE / TRUE 2147483647 COOKIE COOKIE_VALUE |