Rename TIME->HTTP-DATE-STRING to RFC822-TIME->STRING.
(Missed by sperber, noticed by bernauer.)
This commit is contained in:
parent
3469f8f4d6
commit
5f4c1b510b
|
@ -443,7 +443,7 @@
|
||||||
'())
|
'())
|
||||||
(list
|
(list
|
||||||
(cons 'last-modified
|
(cons 'last-modified
|
||||||
(time->http-date-string
|
(rfc822-time->string
|
||||||
(file-info:mtime info)))
|
(file-info:mtime info)))
|
||||||
(cons 'content-length (file-info:size info))))
|
(cons 'content-length (file-info:size info))))
|
||||||
(make-writer-body
|
(make-writer-body
|
||||||
|
|
|
@ -671,6 +671,7 @@
|
||||||
htmlout
|
htmlout
|
||||||
crlf-io
|
crlf-io
|
||||||
(subset srfi-13 (string-join))
|
(subset srfi-13 (string-join))
|
||||||
|
(subset rfc822 (rfc822-time->string))
|
||||||
sunet-utilities ; dotdot-check, copy-inport->outport
|
sunet-utilities ; dotdot-check, copy-inport->outport
|
||||||
conditions
|
conditions
|
||||||
handle-fatal-error
|
handle-fatal-error
|
||||||
|
|
Loading…
Reference in New Issue