diff --git a/src/worker/ws_frame_handler.c b/src/worker/ws_frame_handler.c index 0e436bc..deb4616 100644 --- a/src/worker/ws_frame_handler.c +++ b/src/worker/ws_frame_handler.c @@ -15,5 +15,6 @@ void ws_frame_handler_func(ws_ctx_t *ctx) { } static int ws_frame_handler(ws_ctx_t *ctx) { + // TODO WebSocket Frame Handler return 0; }