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:
parent
8312ff499e
commit
828b5cae24
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue