pub const MAX_REQUEST_LINE_BYTES: usize = _; // 262_144usize
Max bytes per incoming line (excluding the newline). Larger lines are rejected with an error response.