fix non-compliant http header in Casket (thanks to Daniel Lublin for spotting this)

FossilOrigin-Name: ee48132a1c2c512b326f9d08c2fe5b56ca422528732a7ff4665dd6851e41a8e4
This commit is contained in:
crc 2019-10-14 16:14:22 +00:00
parent 2ff677c5d3
commit 9380cc52f3

View file

@ -153,7 +153,7 @@ and content.
get-mime-type
dup 'application/fsp s:eq?
[ drop filename include ]
[ 'Content_type:_%s s:format s:put eol eol
[ 'Content-type:_%s s:format s:put eol eol
read-file [ fetch-next c:put ] times drop ] choose ;
~~~