about summary refs log tree commit homepage
path: root/test/unit/test_response.rb
DateCommit message (Expand)
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...