Skip to content

Commit cef6472

Browse files
authored
Merge pull request cpp-netlib#750 from carun/feature/connection-buff-size
Modified default http connection buffer size to 4K.
2 parents a81e499 + 3344d21 commit cef6472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/server/async_connection.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* We define the buffer size for each connection that we will use on the server
5757
* side.
5858
*/
59-
#define BOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE 1024uL
59+
#define BOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE 4096uL
6060
#endif
6161

6262
namespace boost {

0 commit comments

Comments
 (0)