From 18e2f4b7387d2749da61f94eb66fa88bc1c129db Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 10 Jun 2003 16:34:08 +0000 Subject: [PATCH] . original commit: 7697dcbbc4bc226ba54dba9cf53c064c9cf5667f --- collects/net/url-unit.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/net/url-unit.ss b/collects/net/url-unit.ss index 113cdd8..e7ac4e7 100644 --- a/collects/net/url-unit.ss +++ b/collects/net/url-unit.ss @@ -485,7 +485,7 @@ ;; but the URL is missing a "/" at the end. (if (and (string=? path "") host) - path ; "/" + "/" path)) (get-str 8 1 0) ; params (get-str 9 1 0) ; query