aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-23 14:11:32 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-23 14:11:32 +0200
commit45088e9f96c9889089d7b0eca810d89a2b3d7374 (patch)
tree641d63c6266ea86530cde08cc26b3751e2d19da5
parent5ef0804c5805faafc88107e591bf4c5f0173d69e (diff)
websocket: cleanup
Change-Id: I772e441f1b93131df670ef3fbef3a37e2a2c00f1 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/websock.c1
1 files changed, 0 insertions, 1 deletions
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