cloudflare/pingora

request_body_filter

Closed this issue · 3 comments

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?

Yes, reading the request body in the filter consumes that body.

This question has been stale for a week. It will be closed in an additional day if not updated.

This issue has been closed because it has been stalled with no activity.