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

pmd: fix ws parser for non pmd packet with pmd ext enabled

This commit is contained in:
Edward Zhang 2023-04-24 14:23:49 +08:00 committed by Andy Green
parent ac9e3ba677
commit c097a44405

View file

@ -637,6 +637,7 @@ utf8_fail:
if (n == PMDR_DID_NOTHING
#if !defined(LWS_WITHOUT_EXTENSIONS)
|| n == PMDR_NOTHING_WE_SHOULD_DO
|| n == PMDR_UNKNOWN
#endif
)