about summary refs log tree commit homepage
path: root/lib/unicorn/stream_input.rb
DateCommit message (Expand)
2015-08-22stream_input: favor String#clear over String#replace
2013-11-07stream_input: avoid IO#close on client disconnect
2012-04-27stream_input: call shutdown(2) if a client EOFs on us
2011-04-18documentation cleanup/reduction
2011-02-10remove unnecessary &block usage
2010-12-02stream_input: avoid trailer parsing on unchunked requests
2010-11-20stream_input: use String#sub! instead of gsub!
2010-11-20stream_input: small cleanups and fixes
2010-11-18stream_input: read with zero length returns ''
2010-11-12*_input: make life easier for subclasses/modules
2010-11-11add stream_input class and build tee_input on it