mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:03:32 +03:00
multi: remove data->state.current_conn struct field
Not needed
This commit is contained in:
parent
eb41e8eebe
commit
784336deec
3 changed files with 5 additions and 9 deletions
|
|
@ -812,7 +812,7 @@ CURLcode curl_easy_pause(CURL *curl, int action)
|
|||
do {
|
||||
chunklen = (tempsize > CURL_MAX_WRITE_SIZE)?CURL_MAX_WRITE_SIZE:tempsize;
|
||||
|
||||
result = Curl_client_write(data->state.current_conn,
|
||||
result = Curl_client_write(data->easy_conn,
|
||||
temptype, tempwrite, chunklen);
|
||||
if(result)
|
||||
/* failures abort the loop at once */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue