about summary refs log tree commit homepage
path: root/test/test_response.rb
DateCommit message (Expand)
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...
2007-10-20use synchronous stop everywhere; clean up test helpers
2007-10-11close #14145
2006-12-16Whitelist for headers which can be duplicated.
2006-11-25Prevents double headers from going out.
2006-06-30Ruby license applied to all files
2006-06-30Switched Mongrel to Ruby license.
2006-06-23Refactor reaping dead threads. Slight change to license header to make it cl...
2006-05-21LGPL preamble on all source files.
2006-05-16OK, best fix is to set it to binmode.
2006-05-16Some people on windows have tmpfiles that are opened without rb.
2006-05-03Okay, so that was a bad test.
2006-04-11Added send_file method to the HttpResponse, culling parts from the DirHandler...
2006-03-26Final touches to get mongrel_rails working. Fixed URI registration bug. Sma...
2006-03-19Release that improves performance a bit on most platforms, but dramatically o...
2006-01-28Slight change to make clear what's the body of the HttpResponse
2006-01-28First work at making a functional response class.