Minor updates to the proxy_pass extra which I've been using to
proxy an Apache mpm_prefork instance behind yahns (which hosts
the HTTP mailing list archives via public-inbox).  I'll probably
turn this into some sort of reusable API based on rack.hijack
soon, so it's more efficient and allow M:N thread:connection
handling instead of the current 1:1 model.

Eric Wong (3):
      extras/proxy_pass: do not name unused variable
      extras/proxy_pass: log exceptions leading to 502
      extras/proxy_pass: flesh out upload support + tests

 extras/proxy_pass.rb           |  15 +++----
 test/server_helper.rb          |   6 +--
 test/test_extras_proxy_pass.rb | 100 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 110 insertions(+), 11 deletions(-)

Reply via email to