mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +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
|
|
@ -1021,7 +1021,6 @@ fail:
|
|||
#ifndef CURL_DISABLE_COOKIES
|
||||
free(outcurl->cookies);
|
||||
#endif
|
||||
free(outcurl->state.buffer);
|
||||
Curl_dyn_free(&outcurl->state.headerb);
|
||||
Curl_altsvc_cleanup(&outcurl->asi);
|
||||
Curl_hsts_cleanup(&outcurl->hsts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue