correctly convert url to string when raising unsupported scheme error
This commit is contained in:
@@ -166,7 +166,8 @@
|
|||||||
'get-document
|
'get-document
|
||||||
(string-append "unsupported scheme: ~a~n"
|
(string-append "unsupported scheme: ~a~n"
|
||||||
" url: ~a~n")
|
" url: ~a~n")
|
||||||
(url-scheme destination) destination))
|
(url-scheme destination)
|
||||||
|
(url->string destination)))
|
||||||
|
|
||||||
(define-values (status meta body-port)
|
(define-values (status meta body-port)
|
||||||
(net:request destination))
|
(net:request destination))
|
||||||
|
Reference in New Issue
Block a user