request_body_filter
Closed this issue · 3 comments
sbinsun commented
I used let body = session.downstream_session.read_request_body().await?; in request_filter to read the body data, but request_body_filter was not triggered in the subsequent stage. Is this normal?
drcaramelsyrup commented
Yes, reading the request body in the filter consumes that body.
github-actions commented
This question has been stale for a week. It will be closed in an additional day if not updated.
github-actions commented
This issue has been closed because it has been stalled with no activity.