mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
support ? as separator instead of / even if not protocol was given
This commit is contained in:
parent
ee46efb5a5
commit
5760f2a307
@ -1935,7 +1935,7 @@ static CURLcode CreateConnection(struct SessionHandle *data,
|
|||||||
* The URL was badly formatted, let's try the browser-style _without_
|
* The URL was badly formatted, let's try the browser-style _without_
|
||||||
* protocol specified like 'http://'.
|
* 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)) ) {
|
conn->gname, conn->path)) ) {
|
||||||
/*
|
/*
|
||||||
* We couldn't even get this format.
|
* We couldn't even get this format.
|
||||||
|
Loading…
Reference in New Issue
Block a user