From 3344d21b20aa89096d5c55c703c90c46bbb666ae Mon Sep 17 00:00:00 2001 From: Arun Chandrasekaran Date: Wed, 5 Apr 2017 20:43:47 -0700 Subject: [PATCH] Modified default http connection buffer size to 4K. --- boost/network/protocol/http/server/async_connection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost/network/protocol/http/server/async_connection.hpp b/boost/network/protocol/http/server/async_connection.hpp index 2634afb62..58a1df1ac 100644 --- a/boost/network/protocol/http/server/async_connection.hpp +++ b/boost/network/protocol/http/server/async_connection.hpp @@ -56,7 +56,7 @@ * We define the buffer size for each connection that we will use on the server * side. */ -#define BOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE 1024uL +#define BOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE 4096uL #endif namespace boost {