Skip to content

Commit 3aeef09

Browse files
committed
fix: add missing body mode fields.
Signed-off-by: usize <mofoster@redhat.com>
1 parent afb6dc2 commit 3aeef09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/fuzz/fuzz_targets/fuzz_filter_pipeline.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ fuzz_target!(|data: &str| {
5757
health_registry: None,
5858
request: &request,
5959
request_body_bytes: 0,
60+
request_body_mode: praxis_filter::BodyMode::Stream,
6061
request_start: std::time::Instant::now(),
6162
response_body_bytes: 0,
63+
response_body_mode: praxis_filter::BodyMode::Stream,
6264
response_header: None,
6365
response_headers_modified: false,
6466
rewritten_path: None,

0 commit comments

Comments
 (0)