Skip to content

Commit b8cb655

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 609a180 commit b8cb655

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
@@ -696,7 +696,7 @@ struct BodyCallbacksFilter {
696696
}
697697

698698
impl BodyCallbacksFilter {
699-
fn get_final_readed_request_body<'a>(&'a self) -> &'a Vec<u8> {
699+
fn get_final_read_request_body<'a>(&'a self) -> &'a Vec<u8> {
700700
&self.request_body
701701
}
702702
fn get_final_readed_response_body<'a>(&'a self) -> &'a Vec<u8> {

0 commit comments

Comments
 (0)