about summary refs log tree commit homepage
path: root/test/unit/test_server.rb
DateCommit message (Expand)
2009-06-29"Fix" tests that break with stream_input=false
2009-06-10Optimize body-less GET/HEAD requests (again)
2009-04-10close listeners when removing them from our array
2009-04-05Add test for :preload_app config option
2009-03-27Always try to send a valid HTTP response back
2009-03-27test_server: quieter tests
2009-02-13tests: replace process_based_port with unused_port
2009-02-09Remove hard dependency on Rack
2009-02-09Support multiple listeners per-process
2009-02-09Remove threading and use worker processes instead
2009-02-09s/Mongrel/Unicorn/g
2009-01-31Mongrel.run(app, opts)
2009-01-31Started in test_server
2009-01-31Rename.