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 609a180 commit b8cb655Copy full SHA for b8cb655
test/extensions/dynamic_modules/test_data/rust/http.rs
@@ -696,7 +696,7 @@ struct BodyCallbacksFilter {
696
}
697
698
impl BodyCallbacksFilter {
699
- fn get_final_readed_request_body<'a>(&'a self) -> &'a Vec<u8> {
+ 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> {
0 commit comments