From d236b8990f0aa4370296bc76626283633c9aa161 Mon Sep 17 00:00:00 2001 From: tjaden Date: Sat, 14 Jun 2003 12:55:47 +0000 Subject: [PATCH] Fixed a bug preventing httpd from serving files with a recognised content-encoding. --- scheme/httpd/file-dir-handler.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/httpd/file-dir-handler.scm b/scheme/httpd/file-dir-handler.scm index 469484b..ba13d62 100644 --- a/scheme/httpd/file-dir-handler.scm +++ b/scheme/httpd/file-dir-handler.scm @@ -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