about summary refs log tree commit homepage
path: root/test/unit/test_configurator.rb
DateCommit message (Expand)
2009-07-01Force streaming input onto apps by default
2009-06-29configurator: provide stream_input (true|false) option
2009-04-24configurator: "listen" directive more nginx-like
2009-04-05test_configurator: rename test name that never ran
2009-04-03configurator: allow hooks to be passed callable objects
2009-03-31Better canonicalization of listener paths + tests
2009-03-29configurator: per-listener backlog, {rcv,snd}buf config
2009-03-03Add configurator test
2008-12-01Removed configurator, replaced by Racks UrlMap
2008-03-31Remove fixed port numbers used in tests, make tests more friendly to
2008-02-20Move tests from tests/ into tests/unit/ so they parallel tests/benchmark. The...