summary refs log tree commit
path: root/test/spec_chunked.rb
DateCommit message (Expand)
2014-07-14chunked: do not chunk on pre-HTTP/1.0 clients
2012-12-29Fix Ruby 2.0 build
2012-12-29Use to_enum instead of Enumerator.new to remove Ruby 2.0 warnings
2012-03-31Use const_defined? instead of defined? to check for Enumerator
2012-03-31Don't use Object#tap, 1.8.6 doesn't have it
2012-03-31Squash warnings caused by test code
2011-12-21Squash the warning that is output by defining a shadow on Enumerator.
2011-12-21Fix tests for 1.8.7
2011-12-21Wrap test apps in Rack::Lint (first pass)
2011-11-30Ensure correct encoding on chunked responses
2011-08-15Add 205 Reset Content to the list of statuses without a message body
2011-01-14fixing unused variable warnings in 1.9.3
2010-06-15Rename spec/ back to test/