mirror of
https://github.com/curl/curl.git
synced 2026-08-26 07:53:31 +03:00
tests: update cookie expiry dates to far in the future
This allows testing Y2038 with system time set to after that, so that actual Y2038 issues can be exposed, and not masked by expiry errors. Fixes #11576 Closes #11610
This commit is contained in:
parent
bc7c4996f1
commit
c2212c05aa
16 changed files with 99 additions and 24 deletions
|
|
@ -36,9 +36,9 @@ http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER http://%HOSTIP:%HTTPPORT/we/want/%T
|
|||
# https://curl.se/docs/http-cookies.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
|
||||
#HttpOnly_.foo.com TRUE /we/want/ FALSE 2147483647 test yes
|
||||
.host.foo.com TRUE /we/want/ FALSE 2147483647 test2 yes
|
||||
.fake.host.foo.com TRUE /we/want/ FALSE 2147483647 test4 yes
|
||||
#HttpOnly_.foo.com TRUE /we/want/ FALSE 22147483647 test yes
|
||||
.host.foo.com TRUE /we/want/ FALSE 22147483647 test2 yes
|
||||
.fake.host.foo.com TRUE /we/want/ FALSE 22147483647 test4 yes
|
||||
|
||||
.foo.com TRUE /moo TRUE 0 test3 maybe
|
||||
</file>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue