From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id EBDA820195 for ; Tue, 19 Jul 2016 22:24:42 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] ANOTHER round of proxy_pass fixes Date: Tue, 19 Jul 2016 22:24:35 +0000 Message-Id: <20160719222437.23103-1-e@80x24.org> List-Id: 1/2 is a critical fix, 2/2 is just a cleanup to catch further bugs. Ugh, this proxy_pass/wbuf thing is really a PITA within the confines of the Rack 1.x API with hijack + unhijack... So yeah, I'm not exactly thrilled at the prospect of documenting and supporting it; but then there's no alternative to nginx for preforking servers... Eric Wong (2): wbuf_lite: prevent clobbering responses wbuf_lite: unify EOF error handling lib/yahns/wbuf.rb | 1 + lib/yahns/wbuf_lite.rb | 18 ++++++------------ 2 files changed, 7 insertions(+), 12 deletions(-)