Rails 3.1 supports HTTP streaming, but only with compatible web servers. The blog post announcing the 3.1 release candidate mentions Unicorn: http://weblog.rubyonrails.org/2011/5/22/rails-3-1-release-candidate
And the API docs also mention Unicorn, and have a stub for Passenger: https://github.com/rails/rails/blob/master/actionpack/lib/action_controller/metal/streaming.rb
Does anyone know if Thin is supported, and if so, where I can find configuration info?
content-type: chunked, but I've gotten it working on my own machine. – Eric Hu Jul 7 '11 at 22:10