We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cb655 commit 996e713Copy full SHA for 996e713
test/extensions/dynamic_modules/test_data/rust/http.rs
@@ -699,7 +699,7 @@ impl BodyCallbacksFilter {
699
fn get_final_read_request_body<'a>(&'a self) -> &'a Vec<u8> {
700
&self.request_body
701
}
702
- fn get_final_readed_response_body<'a>(&'a self) -> &'a Vec<u8> {
+ fn get_final_read_response_body<'a>(&'a self) -> &'a Vec<u8> {
703
&self.response_body
704
705
0 commit comments