1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

ss: h2: set alpn

In order to force h2, we need to specify the client acceptable alpn as h2
This commit is contained in:
Andy Green 2020-12-15 11:50:46 +00:00
parent 8312ff499e
commit 828b5cae24

View file

@ -193,7 +193,7 @@ secstream_tx_credit_est_h2(lws_ss_handle_t *h)
const struct ss_pcols ss_pcol_h2 = {
"h2",
NULL,
"h2",
&protocol_secstream_h2,
secstream_connect_munge_h2,
secstream_tx_credit_add_h2,