mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
url: make sure pushed streams get an allocated download buffer
Follow-up to c4e6968127
When a new transfer is created, as a resuly of an acknowledged push,
that transfer needs a download buffer allocated.
Closes #5590
This commit is contained in:
parent
abbc5d6044
commit
ff1c37cbe3
3 changed files with 11 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ void Curl_detach_connnection(struct Curl_easy *data);
|
|||
bool Curl_multiplex_wanted(const struct Curl_multi *multi);
|
||||
void Curl_set_in_callback(struct Curl_easy *data, bool value);
|
||||
bool Curl_is_in_callback(struct Curl_easy *easy);
|
||||
CURLcode Curl_preconnect(struct Curl_easy *data);
|
||||
|
||||
/* Internal version of curl_multi_init() accepts size parameters for the
|
||||
socket and connection hashes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue