From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kcar.general Subject: [ANN] kcar 0.3.1 - minor bugfix for Kcar::Response Date: Wed, 26 Sep 2012 02:54:54 +0000 Message-ID: <20120926025454.GB24215@dcvr.yhbt.net> References: <20120926025454.GB24215@dcvr.yhbt.net> Reply-To: kcar@librelist.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348628109 1247 80.91.229.3 (26 Sep 2012 02:55:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 02:55:09 +0000 (UTC) To: kcar@librelist.org Original-X-From: kcar@librelist.org Wed Sep 26 04:55:14 2012 Return-path: Envelope-to: gclrkg-kcar@m.gmane.org In-Reply-To: <20120926025454.GB24215@dcvr.yhbt.net> List-Archive: List-Help: List-Id: kcar@librelist.org List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kcar@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kcar.general:10 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TGhmH-0000nc-F4 for gclrkg-kcar@m.gmane.org; Wed, 26 Sep 2012 04:55:09 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 9E5AA21E97D for ; Wed, 26 Sep 2012 03:05:40 +0000 (UTC) One bugfix for the optional Kcar::Response module: * propagate EOFError on remote errors When proxying remote requests, EOFError may get incorrectly discarded when a the remote server sets the Content-Length: header _and_ Connection:close to disconnect the connection. We will now raise errors correctly when Connection:close is give but we have not yet read the expected Content-Length. * http://bogomips.org/kcar/ * kcar@librelist.org * git://bogomips.org/kcar.git