I have nginx proxying to my application, and I am doing long-polling. Instead of ending the request, I am just flushing the data after each message. When I have `ssl off` and `proxy_buffering off`, it works -- nginx flushes data without delay. If I enable SSL, it still works if the messages are small and rare. However, if I ever flush 60k in under a second, it changes its behavior for the restby nickretallack - Ideas and Feature Requests