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)
|
((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
|
||||||
|
|
Loading…
Reference in New Issue