diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-06-01 14:20:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-24 23:44:42 +0200 |
commit | feea9263e9066768323a759ee178c144fccf5998 (patch) | |
tree | d17fc4c72cba65e48645abc5e762e0698d2a8602 /lib/multiif.h | |
parent | ea7134ac874a66107e54ff93657ac565cf2ec4aa (diff) | |
download | curl-feea9263e9066768323a759ee178c144fccf5998.tar.gz |
http2: setup the new pushed stream properly
Diffstat (limited to 'lib/multiif.h')
-rw-r--r-- | lib/multiif.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/multiif.h b/lib/multiif.h index 5052f65ae..e6323adf5 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -88,4 +88,10 @@ void Curl_multi_connchanged(struct Curl_multi *multi); void Curl_multi_closed(struct connectdata *conn, curl_socket_t s); +/* + * Add a handle and move it into PERFORM state at once. For pushed streams. + */ +CURLMcode Curl_multi_add_perform(struct Curl_multi *multi, + struct SessionHandle *data, + struct connectdata *conn); #endif /* HEADER_CURL_MULTIIF_H */ |