mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
multi: add xfer_buf to multi handle
- can be borrowed by transfer during recv-write operation - needs to be released before borrowing again - adjustis size to `data->set.buffer_size` - used in transfer.c readwrite_data() Closes #12805
This commit is contained in:
parent
c54d0ff6b3
commit
476adfeac0
10 changed files with 113 additions and 25 deletions
|
|
@ -280,7 +280,6 @@ CURLcode Curl_close(struct Curl_easy **datap)
|
|||
data->state.referer = NULL;
|
||||
|
||||
up_free(data);
|
||||
Curl_safefree(data->state.buffer);
|
||||
Curl_dyn_free(&data->state.headerb);
|
||||
Curl_safefree(data->state.ulbuf);
|
||||
Curl_flush_cookies(data, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue