]> granicus.if.org Git - curl/commitdiff
support ? as separator instead of / even if not protocol was given
authorDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2003 16:08:41 +0000 (16:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Apr 2003 16:08:41 +0000 (16:08 +0000)
lib/url.c

index 5cb8fe4df3e6a5965fe42cf4b0123c5d509243c0..1daa658be6c555b18bb3704fd73938f1dbc666b0 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -1935,7 +1935,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
        * The URL was badly formatted, let's try the browser-style _without_
        * protocol specified like 'http://'.
        */
-      if((1 > sscanf(data->change.url, "%512[^\n/]%[^\n]",
+      if((1 > sscanf(data->change.url, "%512[^\n/?]%[^\n]",
                      conn->gname, conn->path)) ) {
         /*
          * We couldn't even get this format.