rust/htp: formatting fixup

(cherry picked from commit ff3def130c)
pull/14615/head
Victor Julien 3 months ago
parent 563066a6dd
commit 0ae6ee2597

@ -287,7 +287,7 @@ impl Parser {
}
// limits quadratic complexity when each new packet just keeps adding a folded line
const MAX_NB_FOLD : u8 = 128;
const MAX_NB_FOLD: u8 = 128;
/// Parse a complete header value, including any folded headers
fn value(&self) -> impl Fn(&[u8]) -> IResult<&[u8], Value> + '_ {

Loading…
Cancel
Save