Replies: 1 comment
-
Hello! Could you add more details about what you are doing that prompts this to happen? What do the requests look like (is there even a body), and what is your service doing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to implement a custom
HttpModule
, and I noticed thatrequest_header_filter
is working as expected, butrequest_body_filter
doesn’t seem to have any effect.I looked into the code and found where
request_header_filter
is used:https://github.com/cloudflare/pingora/blob/main/pingora-proxy/src/lib.rs#L519
However, I couldn’t find a similar place where
HttpModule
request_body_filter
is invoked or handled.this is how I am implementing it
Am I looking in the right place?
Thanks in advance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions