feat(websocket): support per-message compression (RFC7692) (IDFGH-16651)#916
feat(websocket): support per-message compression (RFC7692) (IDFGH-16651)#916huming2207 wants to merge 1 commit into
2 new alerts including 2 errors
New alerts in code changed by this pull request
- 2 errors
See annotations below for details.
Annotations
Check failure on line 1141 in components/esp_websocket_client/esp_websocket_client.c
Code scanning / clang-tidy
use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error] Error
Check failure on line 1218 in components/esp_websocket_client/esp_websocket_client.c
Code scanning / clang-tidy
use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error] Error