From 2ce0ada8f5f5aadd2e2e1d8cb50a4124a0e5f40d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 16 Aug 2013 13:41:45 -0700 Subject: [PATCH] Disable buffered handshake APIs --- BeastConfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BeastConfig.h b/BeastConfig.h index b97564eed9..f9d6e569db 100644 --- a/BeastConfig.h +++ b/BeastConfig.h @@ -160,4 +160,7 @@ #define RIPPLE_USES_BEAST_SOCKETS 0 + +#define BEAST_ASIO_HAS_BUFFEREDHANDSHAKE 0 + #endif