Skip to content

Commit

Permalink
pmd: fix ws parser for non pmd packet with pmd ext enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardz-prestolabs authored and lws-team committed Nov 13, 2023
1 parent 0586d01 commit a99b954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/roles/ws/client-parser-ws.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ int lws_ws_client_rx_sm(struct lws *wsi, unsigned char c)

if (n == PMDR_DID_NOTHING
#if !defined(LWS_WITHOUT_EXTENSIONS)
|| n == PMDR_NOTHING_WE_SHOULD_DO
|| n == PMDR_UNKNOWN
#endif
)
Expand Down

0 comments on commit a99b954

Please sign in to comment.