about summary refs log tree commit homepage
path: root/lib/yahns/wbuf_common.rb
DateCommit message (Expand)
2016-07-12wbuf_lite: use StringIO instead of TmpIO
2016-06-14wbuf_common: reset offset counter when done
2016-06-03proxy_pass: support "proxy_buffering: false"
2016-04-27wbuf: drop persistence if writing to client fails
2016-02-12properly emulate sendfile for OpenSSL sockets
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-10-13copyright updates
2015-01-24update comments about wbuf_close return values
2014-12-20make sendfile an optional dependency
2014-12-15wbuf_common: close body proxies on sendfile abort
2014-02-08implement kqueue and sendfile compatibility support
2014-02-08wbuf_common: avoid trysendfile on empty sf_count
2013-11-02account for truncated/expanded static files
2013-10-30Rack hijack issues EPOLL_CTL_DEL
2013-10-19fix and test Rack hijack support
2013-10-18initial commit