about summary refs log tree commit homepage
path: root/test/unit/test_response.rb
DateCommit message (Expand)
2015-11-17http_response: allow nil values in response headers
2015-07-05test/unit/test_response.rb: compatibility with older test-unit
2015-06-30reflect changes in Rack::Utils::HTTP_STATUS_CODES
2015-06-10ensure body is closed during hijack
2015-02-06fix uninstalled testing and reduce require paths
2014-08-18remove mongrel.rubyforge.org references
2014-08-17http_response: remove Status: header
2013-10-26license: allow all future versions of the GNU GPL
2011-08-29add GPLv3 option to the license
2011-06-15test_response: httpdate is low resolution
2011-01-07http_response: do not skip Status header set by app
2011-01-05close client socket after closing response body
2011-01-05http_response: simplify the status == 100 comparison
2011-01-04http_response: implement httpdate in C
2010-12-30http_response: do not account for $, being set
2010-10-04http_response: avoid singleton method
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-08-15http_response: pass through unknown status codes
2009-05-13test_response: correct OFS test
2009-05-13http_response: allow string status codes
2009-04-23http_response: minor performance gains
2009-04-16Small garbage reduction in HttpResponse
2009-04-16ensure responses always have the "Status:" header
2009-03-29test_response: ensure response body is closed
2009-03-29test_response: ensure closed socket after write
2009-03-27Always try to send a valid HTTP response back
2009-03-21Handle Rack multivalue headers correctly
2009-02-14HttpResponse: remove crack-addled HTTP_STATUS_HEADERS hash
2009-02-09Get rid of HeaderOut and simplify HttpResponse
2009-02-09Simplify HttpResponse since we only handle Rack now
2009-02-09s/Mongrel/Unicorn/g
2008-12-01Got rid of send_file test, moved to rack
2008-12-01Got tests working with rack
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...