Fixed a bug preventing httpd from serving files with a recognised
content-encoding.
This commit is contained in:
parent
575dd18f03
commit
d236b8990f
|
@ -482,7 +482,7 @@
|
|||
((file-directory-options-file-name->content-type options)
|
||||
stripped-filename)
|
||||
(append (if content-encoding
|
||||
(cons 'content-encoding content-encoding)
|
||||
(list (cons 'content-encoding content-encoding))
|
||||
'())
|
||||
(list
|
||||
(cons 'last-modified
|
||||
|
|
Loading…
Reference in New Issue