mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:03:32 +03:00
cookie: expire cookies at once when max-age is negative
Update test 329 to verify Reported-by: godmar on github Fixes #9930 Closes #9932
This commit is contained in:
parent
7a19dd8a81
commit
cc3d517e8c
2 changed files with 10 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|||
Server: test-server/fake
|
||||
Content-Type: text/html
|
||||
Funny-head: yesyes
|
||||
Set-Cookie: testn1=yes; path=/we/want/; domain=.host.foo.com; Max-Age=-1;
|
||||
Set-Cookie: test=yes; path=/we/want/; domain=.host.foo.com; Max-Age=0;
|
||||
Content-Length: 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue