about summary refs log tree commit homepage
path: root/test/server_helper.rb
DateCommit message (Expand)
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-03-03extras/proxy_pass: log exceptions leading to 502
2014-12-02test/test_ssl: skip test if SSL on older Rubies
2014-03-22tests: avoid autoclose when inheriting
2014-02-04http_response: use kgio_syssend with MSG_MORE
2013-11-06http_response: reorder wbuf_maybe on successful early flush
2013-11-02account for truncated/expanded static files
2013-10-26tests: increase mkserver use to reduce LoC
2013-10-26fix output buffer corner-case for static files
2013-10-24implement + test Expect: 100-continue handling
2013-10-23test/server_helper: fix undefined variable
2013-10-22tests: enforce close_on_exec on all client sockets
2013-10-22tests: do not lose exceptions on quit timeouts
2013-10-20test/server_helper: dump entire log on errors
2013-10-18test: cleanup socket usage and lifetimes
2013-10-18initial commit