about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2022-12-25test/test_extras_exec_cgi: drop Rack::ContentLength HEAD master
2022-12-22test/test_ssl: workaround multi-line exception messages
2022-12-22test_buffer_tmpdir: drop fragile assertions
2019-05-09doc: favor File.read over IO.read to ease review
2018-12-28extras/exec_cgi: support Process.spawn options (e.g. RLIMIT_*)
2018-12-27test/test_extras_exec_cgi.rb: improve test reliability
2018-12-08remove IO#close_on_exec= calls
2018-12-08@srv.shutdown could raise Errno::ENOTCONN
2018-07-03test/test_ssl: set SSLContext#security_level=0
2018-07-03test/server_helper: describe reason for termination
2018-05-01tests: thread-safety fixes
2017-11-14fix some unused variables
2017-04-27test: allow setting TAIL env to watch error logs
2017-04-26test_rack_env: additional test for Rack environment
2017-04-06allow omitting specifying socket name when inheriting listen socket
2017-04-06test_bin: use RbConfig.ruby for non-standard names
2017-04-03test_bin: SO_KEEPALIVE value only needs to be true
2016-12-14proxy_pass: do not chunk on bodyless upstream responses
2016-12-14response: do not set chunked header on bodyless responses
2016-11-29http_response: support rack.hijack on HTTP/0.9 responses
2016-08-03response: support auto-chunking for HTTP/1.1
2016-08-03response: drop clients after HTTP responses of unknown length
2016-08-02test: skip some buffering tests on non-default values
2016-07-26fix rack 2.x compatibility bugs
2016-07-26http_response: drop bodies for non-compliant responses
2016-07-12wbuf_lite: use StringIO instead of TmpIO
2016-07-12test_proxy_pass_no_buffering: exclude rb/ru files, too
2016-07-05extras: include status messages in responses
2016-07-03test_ssl: remove unnecessary priv_key DH parameter
2016-06-22extras/try_gzip_static: resolve symlinks
2016-06-07proxy_pass: fix HTTP/1.0 backends on EOF w/o buffering
2016-06-07proxy_pass: more descriptive error messages
2016-06-07cleanup graceful shutdown handling
2016-06-07test_proxy_pass_no_buffering: fix racy test
2016-06-06wbuf_lite: fix write retries for OpenSSL sockets
2016-06-06wbuf: remove tmpdir parameter
2016-06-05extras/try_gzip_static: do not show backtrace on syscall errors
2016-06-05wbuf: remove needless "busy" parameter
2016-06-05proxy_pass: redo "proxy_buffering: false"
2016-06-03proxy_pass: support "proxy_buffering: false"
2016-05-16proxy_pass: do not chunk HTTP/1.0 with keep-alive
2016-05-15test/test_client_expire: fix for high RLIMIT_NOFILE
2016-04-27test_proxy_pass: test for auto chunking on 1.0 backends
2016-02-29test/*: fix mktmpdir usage for 1.9.3
2016-02-20test_ssl: check SERVER_PORT when parsed from Host: header
2016-02-20https: ensure SERVER_PORT defaults to 443
2016-02-14doc: trim down documentation slightly
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-01-02copyright updates for 2016