From 1eccbd5e9daef68b8286ffac177b901435334733 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 18 Aug 2013 04:11:23 -0700 Subject: [PATCH] Disable buffered handshake API to fix variations in boost versions --- BeastConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeastConfig.h b/BeastConfig.h index 2278d9383..169242252 100644 --- a/BeastConfig.h +++ b/BeastConfig.h @@ -161,7 +161,7 @@ #define RIPPLE_USES_BEAST_SOCKETS 0 -//#define BEAST_ASIO_HAS_BUFFEREDHANDSHAKE 1 +#define BEAST_ASIO_HAS_BUFFEREDHANDSHAKE 1 //#define BEAST_ASIO_HAS_FUTURE_RETURNS 0 #endif