about summary refs log tree commit homepage
path: root/lib/yahns/proxy_http_response.rb
DateCommit message (Expand)
2022-12-22standardize on 16384-byte reads
2022-12-22http_response: clamp body read size
2016-12-31proxy_http_response: reduce memory pressure from larger headers
2016-12-14proxy_pass: do not chunk on bodyless upstream responses
2016-07-05proxy_pass: avoid accessing logger in env after hijacking
2016-07-05proxy_pass: avoid TOCTTOU race when unbuffering, too
2016-07-04proxy_pass: keep trailer buffer on blocked client writes
2016-06-07proxy_pass: fix HTTP/1.0 backends on EOF w/o buffering
2016-06-07proxy_pass: more descriptive error messages
2016-06-06wbuf: remove tmpdir parameter
2016-06-05wbuf: remove needless "busy" parameter
2016-06-05proxy_pass: redo "proxy_buffering: false"
2016-06-05req_res: store proxy_pass object here, instead
2016-06-03proxy_pass: remove unnecessary rescue
2016-06-03proxy_pass: support "proxy_buffering: false"
2016-06-01proxy_pass: pass entire object to proxy_http_response
2016-05-16proxy_pass: fix resumes after complete buffering is unblocked
2016-05-16proxy_pass: trim down proxy_response_finish, too
2016-05-16proxy_pass: split out body and trailer reading in response
2016-05-16proxy_pass: simplify proxy_http_response
2016-05-16proxy_pass: hoist out proxy_res_headers method
2016-05-16proxy_pass: do not chunk HTTP/1.0 with keep-alive
2016-04-27proxy_pass: drop resources immediately on errors
2016-04-27proxy_http_response: do not persist upstream on slow clients
2016-04-27proxy_http_response: cleanup: avoid redundant setting of "alive"
2016-04-23proxy_http_response: fix non-terminated fast responses, too
2016-04-23proxy_pass: honor wbuf_persist when ending response
2016-04-06proxy_http_response: workaround non-terminated backends
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
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