i think it is not the buffering that is the problem but the traefik's request read timeout. fixed it for me by adding this:
transport:
respondingTimeouts:
readTimeout: 0
to the entrypoint config.
i think it is not the buffering that is the problem but the traefik's request read timeout. fixed it for me by adding this:
transport:
respondingTimeouts:
readTimeout: 0
to the entrypoint config.