[][src]Function http_desync_guardian::http_token_utils::is_bad_http_character

pub fn is_bad_http_character(b: u8) -> bool

Determines if a given character is an indication of a parsing error or a crafted malicious request. Includes: \r, \n and \0.