Use proper tar content-type in response
This commit is contained in:
parent
2b08ec5e25
commit
88bf324459
|
@ -54,6 +54,7 @@
|
||||||
(error "Bad /proc entry on input")))))))
|
(error "Bad /proc entry on input")))))))
|
||||||
(send-response
|
(send-response
|
||||||
status: 'ok
|
status: 'ok
|
||||||
|
headers: `((content-type ,tar-content-type))
|
||||||
body: (bytevector->string
|
body: (bytevector->string
|
||||||
(let ((bytes (string->utf8
|
(let ((bytes (string->utf8
|
||||||
(string-append "Hello "
|
(string-append "Hello "
|
||||||
|
|
Loading…
Reference in New Issue