chore: 2018 edition clean up (#386)
This commit is contained in:
committed by
Sean McArthur
parent
db6b841e67
commit
f4dec6efa4
@@ -79,7 +79,7 @@ impl FuzzHpack {
|
||||
|
||||
frame.resizes.extend(&[low, high]);
|
||||
},
|
||||
1...3 => {
|
||||
1..=3 => {
|
||||
frame.resizes.push(rng.gen_range(128, MAX_CHUNK * 2));
|
||||
},
|
||||
_ => {},
|
||||
|
||||
Reference in New Issue
Block a user