- Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch

start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0
  which internally then is treated as a session cookie. That particular date
  is now made to get the value of 1.
This commit is contained in:
Daniel Stenberg
2009-09-10 21:06:50 +00:00
parent 945feafe25
commit 7ff4b4f2b5
5 changed files with 99 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test635 test636 test637 test558 test559 test1086 test1087 test1088 \
test1089 test1090 test1091 test1092 test1093 test1094 test1095 test1096 \
test1097 test560 test561 test1098 test1099 test562 test563 test1100 \
test564 test1101 test1102 test1103
test564 test1101 test1102 test1103 test565
filecheck:
@mkdir test-place; \