mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
fixing bug in http server
This commit is contained in:
parent
e658a29e16
commit
5e9dea5c50
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
(cond
|
||||
((equal? uri uri2)
|
||||
(lp (cdr ls)))
|
||||
((string->path-uri uri2)
|
||||
((string->path-uri "http" uri2)
|
||||
=> (lambda (uri)
|
||||
(helper (request-with-uri request uri) next restart)))
|
||||
(else
|
||||
|
|
Loading…
Add table
Reference in a new issue