Skip to content

feat(websocket): support per-message compression (RFC7692) (IDFGH-16651)#916

Draft
huming2207 wants to merge 1 commit into
espressif:masterfrom
huming2207:feature/ws-rfc7692
Draft

feat(websocket): support per-message compression (RFC7692) (IDFGH-16651)#916
huming2207 wants to merge 1 commit into
espressif:masterfrom
huming2207:feature/ws-rfc7692

feat(websocket): support per-message compression (RFC7692)

fc8c58e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clang-tidy failed Oct 21, 2025 in 3s

2 new alerts including 2 errors

New alerts in code changed by this pull request

  • 2 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1141 in components/esp_websocket_client/esp_websocket_client.c

See this annotation in the file changed.

Code scanning / clang-tidy

use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error] Error

use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error]

Check failure on line 1218 in components/esp_websocket_client/esp_websocket_client.c

See this annotation in the file changed.

Code scanning / clang-tidy

use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error] Error

use of undeclared identifier 'WS_TRANSPORT_OPCODES_COMPRESSED'; did you mean 'WS_TRANSPORT_OPCODES_CLOSE'? [clang-diagnostic-error]