about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-09-26 02:41:58 +0000
committerEric Wong <normalperson@yhbt.net>2012-09-26 02:41:58 +0000
commit7a51fde712fdbf40db080c30f91caf59a9dd9d7a (patch)
tree216c852937f6430ec3cb5f2eeac47167e365cf22
parenta942f4f35af6d2764f05c3f76186b383142f7d3b (diff)
downloadkcar-7a51fde712fdbf40db080c30f91caf59a9dd9d7a.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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='
 '