mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
ss: h2: ACK/NACK missing in H2 state flow
This commit is contained in:
parent
c623ebfe87
commit
3bfa00de19
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ secstream_h2(struct lws *wsi, enum lws_callback_reasons reason, void *user,
|
|||
lws_cancel_service(lws_get_context(wsi)); /* abort poll wait */
|
||||
if (r != LWSSSSRET_OK)
|
||||
return _lws_ss_handle_state_ret(r, wsi, &h);
|
||||
return 0;
|
||||
break;
|
||||
|
||||
case LWS_CALLBACK_WSI_TX_CREDIT_GET:
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue