fanout / django-eventstream

Server-Sent Events for Django
MIT License
650 stars 85 forks source link

Added X-Accel-Buffering=no header to SSE response #37

Closed AHouy closed 5 years ago

AHouy commented 5 years ago

This allows you to use nginx proxy buffering and still have working SSE.

More information found here: http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering.

jkarneges commented 5 years ago

Thanks for the contribution :)