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:
parent
ac9e3ba677
commit
c097a44405
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue