fix Last-Modified

release
erg 2006-08-29 01:28:15 +00:00
parent e77b249741
commit 4b37d92d7e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sequences strings ;
[
number>string "Content-Length" set
"Content-Type" set
stat fourth unix>gmt timestamp>http-string "Last-Modified" set
stat [ fourth unix>gmt timestamp>http-string "Last-Modified" set ] when*
now timestamp>http-string "Date" set
] make-hash "200 OK" response terpri ;