From 4e6930692ee8bdae0577b4cf3aab0b8d99ae6660 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Mon, 2 Jan 2023 20:12:43 +0100 Subject: [PATCH] add todo --- src/worker/ws_frame_handler.c | 1 + 1 file changed, 1 insertion(+) 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; }