From be6e281cf2792b06b6d413d120b4a9381e4b0653 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Apr 2019 11:14:38 +0200 Subject: multi: provide Curl_multiuse_state to update information As soon as a TLS backend gets ALPN conformation about the specific HTTP version it can now set the multiplex situation for the "bundle" and trigger moving potentially queued up transfers to the CONNECT state. --- lib/multiif.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/multiif.h') diff --git a/lib/multiif.h b/lib/multiif.h index 704145ae0..97f707757 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -82,6 +82,9 @@ size_t Curl_multi_max_total_connections(struct Curl_multi *multi); void Curl_multi_connchanged(struct Curl_multi *multi); +void Curl_multiuse_state(struct connectdata *conn, + int bundlestate); /* use BUNDLE_* defines */ + /* * Curl_multi_closed() * -- cgit v1.2.3