mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:43:31 +03:00
parent
2e0fa50fc1
commit
3b6d18bbf6
23 changed files with 29 additions and 29 deletions
|
|
@ -1023,7 +1023,7 @@ static CURLcode inspect_response(struct Curl_cfilter *cf,
|
|||
if(result)
|
||||
return result;
|
||||
if(data->req.newurl) {
|
||||
/* Inidicator that we should try again */
|
||||
/* Indicator that we should try again */
|
||||
Curl_safefree(data->req.newurl);
|
||||
h2_tunnel_go_state(cf, ts, H2_TUNNEL_INIT, data);
|
||||
return CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue