yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [PUSHED] extras/proxy_pass updates
@ 2015-03-03  7:59 Eric Wong
  2015-03-03  7:59 ` [PATCH 1/3] extras/proxy_pass: do not name unused variable Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2015-03-03  7:59 UTC (permalink / raw)
  To: yahns-public

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-03  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03  7:59 [PUSHED] extras/proxy_pass updates Eric Wong
2015-03-03  7:59 ` [PATCH 1/3] extras/proxy_pass: do not name unused variable Eric Wong
2015-03-03  7:59 ` [PATCH 2/3] extras/proxy_pass: log exceptions leading to 502 Eric Wong
2015-03-03  7:59 ` [PATCH 3/3] extras/proxy_pass: flesh out upload support + tests Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).