From 8b311a90d297dc5eb1040ce112c2304461d1fbfc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Jun 2016 23:04:38 +0000 Subject: yahns 1.12.5 - proxy_pass + rack.hijack fixes Hopefully the last of the 1.12.x series, this release fixes a few minor bugs mainly needed for testing. No upgrade should be necessary for non-proxy_pass users. 4 changes since v1.12.4 from the "maint" branch at git://yhbt.net/yahns.git http_client: set state to :ignore before hijack callback test/test_client_expire: fix for high RLIMIT_NOFILE proxy_pass: do not chunk HTTP/1.0 with keep-alive proxy_pass: X-Forwarded-For appends to existing list lib/yahns/http_client.rb | 6 +++--- lib/yahns/proxy_http_response.rb | 8 ++++++-- lib/yahns/proxy_pass.rb | 5 ++++- test/test_client_expire.rb | 13 +++++++++++-- test/test_proxy_pass.rb | 10 ++++++++++ 5 files changed, 34 insertions(+), 8 deletions(-) Note: the current "master" branch (at commit 5e211ea003d2) includes refactorings and new features not included in this release. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GIT-VERSION-GEN') diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index af39a2d..594fb61 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -5,7 +5,7 @@ CONSTANT = "Yahns::VERSION" RVF = "lib/yahns/version.rb" GVF = "GIT-VERSION-FILE" -DEF_VER = "v1.12.4" +DEF_VER = "v1.12.5" vn = DEF_VER.dup # First see if there is a version file (included in release tarballs), -- cgit v1.2.3-24-ge0c7