summaryrefslogtreecommitdiff
path: root/lib/multiif.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-23 14:02:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-23 15:13:27 +0200
commitff1c37cbe37db360adc9b50128ae8abf225fda2d (patch)
tree7a58f5642f893876aa100b648d504b85323d770b /lib/multiif.h
parentabbc5d6044f95ba84acaae6912b2d097c6b435d1 (diff)
downloadcurl-ff1c37cbe37db360adc9b50128ae8abf225fda2d.tar.gz
url: make sure pushed streams get an allocated download buffer
Follow-up to c4e6968127e876b0 When a new transfer is created, as a resuly of an acknowledged push, that transfer needs a download buffer allocated. Closes #5590
Diffstat (limited to 'lib/multiif.h')
-rw-r--r--lib/multiif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/multiif.h b/lib/multiif.h
index c07587baf..7d574df92 100644
--- a/lib/multiif.h
+++ b/lib/multiif.h
@@ -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 */