summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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