mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
validity: encapsulated ws must report validity on parent h2 conn
This commit is contained in:
parent
938f692c48
commit
667f9d1fb3
1 changed files with 1 additions and 1 deletions
|
@ -2029,7 +2029,7 @@ rops_issue_keepalive_ws(struct lws *wsi, int isvalid)
|
|||
struct lws *enc = role_ops_h2.encapsulation_parent(wsi);
|
||||
|
||||
assert(enc);
|
||||
if (enc->role_ops->issue_keepalive(wsi, isvalid))
|
||||
if (enc->role_ops->issue_keepalive(enc, isvalid))
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue