about summary refs log tree commit homepage
path: root/test/unit/test_configurator.rb
DateCommit message (Expand)
2024-03-31treewide: future-proof frozen_string_literal changes
2012-11-29Begin writing HTTP request headers early to detect disconnected clients
2012-11-13tests: remove assert_nothing_raised (part 2)
2011-02-02allow binding on IPv6 sockets with listen "[#{addr}]:#{port}"
2009-10-13configurator: stop testing for non-portable listens
2009-10-02configurator: listen :delay must be Numeric
2009-09-08"encoding: binary" comments for all sources (1.9)
2009-07-04Favor Struct members to instance variables
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...