You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to define the server connection buffer size using BOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE. It is set to a default value if undefined. See boost/network/protocol/http/server/async_connection.hpp. Depending on the hardware, this may significantly increase data transfer rates, as shown in #726.
Could we have a similar macro for the client connection?