summary refs log tree commit
path: root/lib/rack/showstatus.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2013-06-23html escape detail for error message
2012-01-21Removed incorrect fragment of comment.
2011-01-14fixing unused variable warnings in 1.9.3
2009-03-11Add Rack::Utils.bytesize function, use everywhere
2008-12-29Use HeaderHash where header case should be insensitive
2008-09-30Empty is if Content-Length is 0, [''] ain't empty?
2008-07-24Updated Rake::Lint to ensure Content-Length header is present for non-chunked...
2007-05-16Fix trailing whitespace. Sigh.
2007-05-16Small docfixes
2007-04-26Make ShowStatus more robust
2007-04-03Ensure Rack::ShowStatus passes on headers
2007-03-29Add Rack::ShowStatus, a filter to generate common error messages