Skip to main content

MAX_REQUEST_LINE_BYTES

Constant MAX_REQUEST_LINE_BYTES 

Source
pub const MAX_REQUEST_LINE_BYTES: usize = _; // 262_144usize
Expand description

Max bytes per incoming line (excluding the newline). Larger lines are rejected with an error response.