From 7a51fde712fdbf40db080c30f91caf59a9dd9d7a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 26 Sep 2012 02:41:58 +0000 Subject: kcar 0.3.1 - Kcar::Response minor bugfix 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e1fc604..d433933 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.3.0.GIT +DEF_VER=v0.3.1.GIT LF=' ' -- cgit v1.2.3-24-ge0c7