From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: yahns-public@yhbt.net Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9B3ED1F462 for ; Sat, 4 Apr 2015 01:08:20 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 0/4] proxy_pass updates Date: Sat, 4 Apr 2015 01:08:12 +0000 Message-Id: <1428109696-14564-1-git-send-email-e@80x24.org> List-Id: Test coverage for common cases is pretty good by now, one major bugfix for giant uploads. We still need to handle HTTP trailers properly in both directions. lib/yahns/proxy_http_response.rb | 9 +- lib/yahns/proxy_pass.rb | 5 +- test/test_proxy_pass.rb | 190 +++++++++++++++++++++++++++++++++++---- 3 files changed, 182 insertions(+), 22 deletions(-)