about summary refs log tree commit homepage
path: root/lib/yahns/proxy_http_response.rb
DateCommit message (Expand)
2015-12-08rely on optimized case dispatch opt-case
2015-10-13proxy_http_response: use frozen string literal optimization
2015-06-30reduce constants and optimize for Ruby 2.2+
2015-06-30generate response status strings dynamically
2015-05-18proxy_pass: allow filtering or overriding response headers
2015-05-08proxy_pass: fix race condition due to ensure
2015-05-08proxy: ensure GC sees the client socket upon reactivation
2015-04-21proxy_pass: fix race condition due to flawed hijack check
2015-04-08proxy_pass: support backends which rely on EOF to terminate
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: rewrite to be async, using rack.hijack