mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
url: reduce conn->data references
... there are a few left but let's keep them to last Closes #6512
This commit is contained in:
parent
df58343440
commit
560fc170ec
4 changed files with 47 additions and 45 deletions
|
|
@ -1108,7 +1108,7 @@ CURLcode Curl_once_resolved(struct Curl_easy *data, bool *protocol_done)
|
|||
data->state.async.dns = NULL;
|
||||
}
|
||||
|
||||
result = Curl_setup_conn(conn, protocol_done);
|
||||
result = Curl_setup_conn(data, protocol_done);
|
||||
|
||||
if(result) {
|
||||
Curl_detach_connnection(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue