mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
parent
ad837e9df8
commit
72abf7c13a
49 changed files with 199 additions and 162 deletions
|
|
@ -217,7 +217,7 @@ static CURLcode start_req(struct h1_req_parser *parser,
|
|||
tmp[target_len] = '\0';
|
||||
/* See if treating TARGET as an absolute URL makes sense */
|
||||
if(Curl_is_absolute_url(tmp, NULL, 0, FALSE)) {
|
||||
int url_options;
|
||||
unsigned int url_options;
|
||||
|
||||
url = curl_url();
|
||||
if(!url) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue