mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
coverity: report problem in hpack_dynamic_size() to parent
This commit is contained in:
parent
d155970b67
commit
2f9ed48d93
1 changed files with 3 additions and 2 deletions
|
@ -1278,8 +1278,9 @@ rops_alpn_negotiated_h2(struct lws *wsi, const char *alpn)
|
|||
|
||||
/* HTTP2 union */
|
||||
|
||||
lws_hpack_dynamic_size(wsi,
|
||||
(int)wsi->h2.h2n->our_set.s[H2SET_HEADER_TABLE_SIZE]);
|
||||
if (lws_hpack_dynamic_size(wsi,
|
||||
(int)wsi->h2.h2n->our_set.s[H2SET_HEADER_TABLE_SIZE]))
|
||||
return 1;
|
||||
wsi->txc.tx_cr = 65535;
|
||||
|
||||
lwsl_info("%s: %s: configured for h2\n", __func__, lws_wsi_tag(wsi));
|
||||
|
|
Loading…
Add table
Reference in a new issue