about summary refs log tree commit homepage
path: root/lib/unicorn/cgi_wrapper.rb
DateCommit message (Expand)
2009-09-27cgi_wrapper: use Array#concat instead of +=
2009-09-27cgi_wrapper: simplify status handling in response
2009-09-27cgi_wrapper: don't warn about stdoutput usage
2009-09-27Remove "Z" constant for binary strings
2009-09-16Avoid freezing objects that don't benefit from it
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-04-12old_rails: try harder to ensure valid responses
2009-04-01cgi_wrapper: HTTP status code cleanups
2009-04-01cgi_wrapper: fix cookies and other headers
2009-03-30cgi_wrapper: ensure "Status:" header is not set
2009-03-23unicorn_rails: support non-Rack versions of Rails