MAX_BODY_BYTES

Constant MAX_BODY_BYTES 

Source
pub const MAX_BODY_BYTES: usize = _; // 8_388_608usize
Expand description

The most of a reply that will be read.

A peer that streams for ever is the cheapest denial of service there is, and a runtime that reads until EOF is the one that falls for it. 8 MiB is generous for an API response and bounded, which is the property that matters.