From: José Bollo Date: Mon, 23 Oct 2017 12:11:32 +0000 (+0200) Subject: websocket: cleanup X-Git-Tag: eel_4.99.2~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=45088e9f96c9889089d7b0eca810d89a2b3d7374 websocket: cleanup Change-Id: I772e441f1b93131df670ef3fbef3a37e2a2c00f1 Signed-off-by: José Bollo --- diff --git a/src/websock.c b/src/websock.c index 4d8ffbff..48de5647 100644 --- a/src/websock.c +++ b/src/websock.c @@ -29,7 +29,6 @@ #include "websock.h" -#define BLOCK_DATA_SIZE 4096 #if !defined(WEBSOCKET_DEFAULT_MAXLENGTH) # define WEBSOCKET_DEFAULT_MAXLENGTH 1048500 /* 76 less than 1M, probably enougth for headers */ #endif