Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3344d21

Browse files
committed
Modified default http connection buffer size to 4K.
1 parenta81e499 commit3344d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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-
#defineBOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE1024uL
59+
#defineBOOST_NETWORK_HTTP_SERVER_CONNECTION_BUFFER_SIZE4096uL
6060
#endif
6161

6262
namespaceboost {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp