Constant READ_BUFFER_CAPACITY
const READ_BUFFER_CAPACITY: usize = _; // 8_192usizeExpand description
Initial capacity of the inbound framing buffer, reused from the handshake through the steady-state read loop.
const READ_BUFFER_CAPACITY: usize = _; // 8_192usizeInitial capacity of the inbound framing buffer, reused from the handshake through the steady-state read loop.