This commit is contained in:
2023-01-02 20:12:43 +01:00
parent 24cb993cb8
commit 4e6930692e

View File

@ -15,5 +15,6 @@ void ws_frame_handler_func(ws_ctx_t *ctx) {
} }
static int ws_frame_handler(ws_ctx_t *ctx) { static int ws_frame_handler(ws_ctx_t *ctx) {
// TODO WebSocket Frame Handler
return 0; return 0;
} }