cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.3k stars 1.1k forks source link

How to use filters to filter upstream server-sent events responses #147

Closed Cherrs closed 3 months ago

Cherrs commented 3 months ago

I found that it is possible to proxy server-sent events responses, but I don't know how to handle filters when proxying

Cherrs commented 3 months ago

Resolved, using upstream_response_body_filter can obtain the body each time, I will close this issue