kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 9278698ba9f97aaa444a462bbf9e840a414b8936
parent c7dccaa8e37c5adf45656a93653f4ee7423fb61d
Author: Joris Vink <joris@sanctorum.se>
Date:   Fri, 30 Jan 2026 23:18:12 +0100

kill unused newline.

Diffstat:
src/websocket.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/websocket.c b/src/websocket.c @@ -37,7 +37,6 @@ #define WEBSOCKET_SERVER_RESPONSE "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" - u_int64_t kore_websocket_timeout = 120000; u_int64_t kore_websocket_maxframe = 16384;