mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
fix non-compliant http header in Casket (thanks to Daniel Lublin for spotting this)
FossilOrigin-Name: ee48132a1c2c512b326f9d08c2fe5b56ca422528732a7ff4665dd6851e41a8e4
This commit is contained in:
parent
2ff677c5d3
commit
9380cc52f3
1 changed files with 1 additions and 1 deletions
|
@ -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 ;
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue