websocket: cleanup
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 23 Oct 2017 12:11:32 +0000 (14:11 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 23 Oct 2017 12:11:32 +0000 (14:11 +0200)
Change-Id: I772e441f1b93131df670ef3fbef3a37e2a2c00f1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/websock.c

index 4d8ffbf..48de564 100644 (file)
@@ -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