mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-17 18:07:33 +02:00
adding missing status response in http-send-directory (thanks to Martin Hayman)
This commit is contained in:
parent
7435174d3b
commit
b5331233cb
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
||||||
(restart
|
(restart
|
||||||
(request-with-uri request (uri-with-path uri path2))))))
|
(request-with-uri request (uri-with-path uri path2))))))
|
||||||
(else
|
(else
|
||||||
|
(servlet-respond request 200 "OK")
|
||||||
(send-directory path (request-out request)))))
|
(send-directory path (request-out request)))))
|
||||||
|
|
||||||
(define (http-send-file request path)
|
(define (http-send-file request path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue