multi: remove data->state.current_conn struct field

Not needed
This commit is contained in:
Daniel Stenberg 2013-08-03 00:03:52 +02:00
parent eb41e8eebe
commit 784336deec
3 changed files with 5 additions and 9 deletions

View file

@ -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 */