summaryrefslogtreecommitdiffstats
path: root/net/WebSocketHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/WebSocketHandler.hpp')
-rw-r--r--net/WebSocketHandler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/WebSocketHandler.hpp b/net/WebSocketHandler.hpp
index 3a901f1a8c..5b160069b8 100644
--- a/net/WebSocketHandler.hpp
+++ b/net/WebSocketHandler.hpp
@@ -855,7 +855,7 @@ protected:
<< "], protocol: [" << wsProtocol << "].");
#if ENABLE_DEBUG
- if (std::getenv("LOOL_ZERO_BUFFER_SIZE"))
+ if (std::getenv("COOL_ZERO_BUFFER_SIZE"))
socket.setSocketBufferSize(0);
#endif