pub const MAX_CHUNK_SIZE: usize = _; // 65_536usize
Expand description
Not apart of the spec but we have a limit on how big a chunk can be. This is the maximum chunk size we will accept. If the peer requests a chunk size bigger than this, we will close the connection.