pub const MAX_BODY_BYTES: usize = _; // 8_388_608usizeExpand description
Cap on how many bytes we will read from any body, streamed. 8 MiB is comfortably above any sane feed; a body that exceeds it is aborted mid-stream (never fully buffered), which is what defeats a gzip decompression bomb.