Hi,
I'm currently working on a fastapi server with StreamingResponse that is sending server side events.
In nginx I the stream is working with following configuration
proxy_http_version 1.1;
proxy_set_header Connection '';
proxy_buffering off;
however I am not sure how to replicate this on traefik, currently the full response is coming back once in the end.