Remove some unreachable code

pull/1/head
Trinity Pointard 6 years ago
parent 483f3e91f3
commit 1fe6947822

@ -185,12 +185,9 @@ impl<'a> Read for CsrfProxy<'a> {
consumed += 9;
SearchFormElem
}
} else if buf.len() < 9 {
leave = true;
PartialFormElemMatch
} else {
leave = true;
SearchFormElem
PartialFormElemMatch
}
}
SearchMethod(pos) => {

Loading…
Cancel
Save