Constant h2::codec::framed_write::DEFAULT_BUFFER_CAPACITY
source ยท const DEFAULT_BUFFER_CAPACITY: usize = _; // 16_384usize
Expand description
Initialize the connection with this amount of write buffer.
The minimum MAX_FRAME_SIZE is 16kb, so always be able to send a HEADERS frame that big.