Skip to content

Commit 996e713

Browse files
wbpcodemathetake
andauthored
Update test/extensions/dynamic_modules/test_data/rust/http.rs
Co-authored-by: Takeshi Yoneda <[email protected]> Signed-off-by: code <[email protected]>
1 parent b8cb655 commit 996e713

File tree

1 file changed

+1
-1
lines changed
  • test/extensions/dynamic_modules/test_data/rust

1 file changed

+1
-1
lines changed

test/extensions/dynamic_modules/test_data/rust/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl BodyCallbacksFilter {
699699
fn get_final_read_request_body<'a>(&'a self) -> &'a Vec<u8> {
700700
&self.request_body
701701
}
702-
fn get_final_readed_response_body<'a>(&'a self) -> &'a Vec<u8> {
702+
fn get_final_read_response_body<'a>(&'a self) -> &'a Vec<u8> {
703703
&self.response_body
704704
}
705705
}

0 commit comments

Comments
 (0)