about summary refs log tree commit homepage
path: root/lib/yahns/http_context.rb
DateCommit message (Expand)
2016-02-14http_context: reduce constant lookup + bytecode
2016-02-12set HTTPS and rack.url_scheme in Rack env as appropriate
2016-01-04avoid StringIO#binmode for the next few years
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-05-09support for Rack::TempfileReaper middleware
2015-04-22favor #nil? instead of "== nil" comparisons in cold code
2015-04-07http_context: avoid defining our own *buffer_tmpdir methods
2014-11-20remove unused client_max_header_size config
2014-10-13switch to require_relative for internal requires
2013-11-01input and output buffers support tmpdir: arguments
2013-10-30Rack hijack issues EPOLL_CTL_DEL
2013-10-29lower client_body_buffer_size to 8K (from 114K)
2013-10-19wire up client_max_body_size limits
2013-10-18remove tiny_input
2013-10-18initial commit