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")))))))
|
||||
(send-response
|
||||
status: 'ok
|
||||
headers: `((content-type ,tar-content-type))
|
||||
body: (bytevector->string
|
||||
(let ((bytes (string->utf8
|
||||
(string-append "Hello "
|
||||
|
|
Loading…
Reference in New Issue