From 9342e0e5936299251c2f5f9764d6edeffbcf64ca Mon Sep 17 00:00:00 2001 From: vibr Date: Wed, 6 Apr 2005 22:45:48 +0000 Subject: [PATCH] *replace call of PARSE-REQUEST-URI (relict of old URL parser) with call of URL-STRING->HTTP-URL --- scheme/httpd/core.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/httpd/core.scm b/scheme/httpd/core.scm index 51b6f06..4f43762 100644 --- a/scheme/httpd/core.scm +++ b/scheme/httpd/core.scm @@ -207,7 +207,7 @@ ;; (future) NOTE: With this, a redirection may change the ;; protocol in use (currently, the server only supports one of ;; it). This might be inapplicable. - (parse-request-uri new-location-uri socket options))))) + (url-string->http-url new-location-uri))))) (make-request "GET" new-location-uri