mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
asio-lib: Increase output buffer size
This commit is contained in:
@@ -158,7 +158,7 @@ private:
|
|||||||
/// Buffer for incoming data.
|
/// Buffer for incoming data.
|
||||||
boost::array<uint8_t, 8192> buffer_;
|
boost::array<uint8_t, 8192> buffer_;
|
||||||
|
|
||||||
boost::array<uint8_t, 16394> outbuf_;
|
boost::array<uint8_t, 65536> outbuf_;
|
||||||
|
|
||||||
bool writing_;
|
bool writing_;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user