about summary refs log tree commit homepage
path: root/lib/unicorn/tee_input.rb
DateCommit message (Expand)
2009-11-15tee_input: client_error always raises
2009-11-15tee_input: expand client error handling
2009-11-13tee_input: fix comment from an intermediate commit
2009-11-13raise Unicorn::ClientShutdown if client aborts in TeeInput
2009-11-13tee_input: don't shadow struct members
2009-11-11tee_input: better premature disconnect handling
2009-11-11tee_input: fix RDoc argument definition for tee
2009-11-05Util::tmpio returns a TmpIO that responds to #size
2009-11-04tee_input: do not clobber trailer buffer on partial uploads
2009-10-25workaround FreeBSD/OSX IO bug for large uploads
2009-10-06more-compatible TeeInput#read for POSTs with Content-Length
2009-09-27Remove "Z" constant for binary strings
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-20tee_input: fix rdoc
2009-08-15tee_input: make interface more usable outside of Unicorn
2009-08-10http: rename read_body to filter_body
2009-08-09Switch to Ragel/C-based chunk/trailer parser
2009-07-19Remove core Tempfile dependency (1.9.2-preview1 compat)
2009-07-16move all #gets logic to tee_input out of chunked_reader
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