]> granicus.if.org Git - curl/commit
multi: provide Curl_multiuse_state to update information
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Apr 2019 09:14:38 +0000 (11:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 May 2019 20:51:23 +0000 (22:51 +0200)
commitbe6e281cf2792b06b6d413d120b4a9381e4b0653
treea2b34a119ec3081931cb90720a3af68c3e1ec3b3
parent5c8783d77f341d69e866bf0cd56836b4faea0a1f
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/multi.c
lib/multiif.h
lib/vtls/cyassl.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/nss.c
lib/vtls/openssl.c
lib/vtls/polarssl.c
lib/vtls/schannel.c
lib/vtls/sectransp.c