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 ba8d6301b3a9cd14d9815faccde906596b6c3012
parent 566fefd031a1b74f9d1942ed5ca8aefe2a90c292
Author: Joris Vink <joris@coders.se>
Date:   Thu, 30 Aug 2018 09:13:11 +0200

style

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

diff --git a/src/websocket.c b/src/websocket.c @@ -139,7 +139,7 @@ int kore_websocket_send_clean(struct netbuf *nb) { kore_free(nb->buf); - return 0; + return (0); } void