pub struct Config {
pub parsing_headers_max_buf: usize,
}Expand description
Http packet parse config.
Fields§
§parsing_headers_max_buf: usizeThe max buf len for parsing http headers.
pub struct Config {
pub parsing_headers_max_buf: usize,
}Http packet parse config.
parsing_headers_max_buf: usizeThe max buf len for parsing http headers.