Skip to content

Commit a99b954

Browse files
edwardz-prestolabslws-team
authored andcommitted
pmd: fix ws parser for non pmd packet with pmd ext enabled
1 parent 0586d01 commit a99b954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/roles/ws/client-parser-ws.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ int lws_ws_client_rx_sm(struct lws *wsi, unsigned char c)
637637

638638
if (n == PMDR_DID_NOTHING
639639
#if !defined(LWS_WITHOUT_EXTENSIONS)
640+
|| n == PMDR_NOTHING_WE_SHOULD_DO
640641
|| n == PMDR_UNKNOWN
641642
#endif
642643
)

0 commit comments

Comments
 (0)