Skip to main content

max_zlib_compressed_frame_size_bytes

Function max_zlib_compressed_frame_size_bytes 

Source
pub fn max_zlib_compressed_frame_size_bytes() -> usize
Expand description

Returns the maximum compressed frame wire size we are willing to buffer, derived from the decompressed cap plus zlib’s worst-case expansion. See zlib_compressed_frame_limit.