about summary refs log tree commit homepage
path: root/lib/unicorn/tee_input.rb
DateCommit message (Expand)
2009-07-01Force streaming input onto apps by default
2009-07-01tee_input: avoid ignoring initial body blob
2009-06-30TeeInput: use only one IO for tempfile
2009-06-29tee_input: avoid rereading fresh data
2009-06-29Make TeeInput easier to use
2009-06-29tee_input: avoid defining a @rd.size method
2009-06-25tee_input: Don't expose the @rd object as a return value
2009-06-09Avoid duplicating the "Z" constant
2009-06-06Put copyright text in new files, include GPL2 text
2009-06-05Transfer-Encoding: chunked streaming input support