summary refs log tree commit
path: root/lib/rack/content_length.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2013-12-28Fix race condition in content length
2011-05-20Return behavior against Connection: close for Content-Length middleware, as i...
2011-05-19Fix support for variable length bodies that respond to to_ary. Add notes for ...
2011-05-19Revert "Improve Rack::ContentLength middleware."
2011-05-19Improve Rack::ContentLength middleware.
2010-10-04release semantics of Rack::Chunked and Rack::ContentLength from handlers. thi...
2010-03-09ContentLength coerces status to int
2009-03-11Add Rack::Utils.bytesize function, use everywhere
2009-01-14Explicitly require request, response, and utils
2008-12-29Use HeaderHash where header case should be insensitive
2008-12-23Rack::ContentLength tweaks ...
2008-12-20Moved STATUS_WITH_NO_ENTITY_BODY into Rack::Utils
2008-12-09Add ContentLength middleware