about summary refs log tree commit homepage
path: root/test/test_proxy_pass.rb
DateCommit message (Expand)
2016-12-14proxy_pass: do not chunk on bodyless upstream responses
2016-06-07proxy_pass: more descriptive error messages
2016-05-16proxy_pass: do not chunk HTTP/1.0 with keep-alive
2016-04-27test_proxy_pass: test for auto chunking on 1.0 backends
2016-02-29test/*: fix mktmpdir usage for 1.9.3
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-06-10proxy_pass: skip tests if kcar is missing
2015-04-21proxy_pass: fix race condition due to flawed hijack check
2015-04-11proxy_pass: attempt to forward premature upstream responses
2015-04-08proxy_pass: support backends which rely on EOF to terminate
2015-04-07wbuf: fix writev calls for vectors
2015-04-07test/test_proxy_pass: remove buffer size tuning
2015-04-07proxy_pass: send 1.0 requests to upstreams for 1.0 clients
2015-04-07proxy_pass: preliminary support for passing trailers
2015-04-04proxy_pass: more tests for giant headers and truncations
2015-04-03proxy_pass: expand pipelining tests for after-upload behavior
2015-04-03proxy_pass: test for truncated response behavior
2015-04-03proxy_pass: test and fix larger uploads
2015-04-03proxy_pass: rewrite to be async, using rack.hijack
2015-04-01test/test_proxy_pass: rename test name, too
2015-03-14proxy_pass: officially become a part of yahns