Fixed a bug preventing httpd from serving files with a recognised

content-encoding.
This commit is contained in:
tjaden 2003-06-14 12:55:47 +00:00
parent 575dd18f03
commit d236b8990f
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@
((file-directory-options-file-name->content-type options) ((file-directory-options-file-name->content-type options)
stripped-filename) stripped-filename)
(append (if content-encoding (append (if content-encoding
(cons 'content-encoding content-encoding) (list (cons 'content-encoding content-encoding))
'()) '())
(list (list
(cons 'last-modified (cons 'last-modified