From 9d0816ecf953a5a7a8b9c03714753603928c5577 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 30 Nov 2010 14:16:32 -0800 Subject: kcar 0.1.2 - one bugfix for one liners * header/body-less pipelined HTTP/1.1 responses handled properly Some HTTP servers do not send any response headers for errors, only the HTTP status line. --- GIT-VERSION-GEN | 2 +- lib/kcar.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 8e53f75..fa27d72 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.1.1.GIT +DEF_VER=v0.1.2.GIT LF=' ' diff --git a/lib/kcar.rb b/lib/kcar.rb index 8ea7581..055e8da 100644 --- a/lib/kcar.rb +++ b/lib/kcar.rb @@ -1,8 +1,8 @@ # -*- encoding: binary -*- module Kcar - # current version, currently 0.1.1 - VERSION = '0.1.1' + # current version, currently 0.1.2 + VERSION = '0.1.2' autoload :Response, 'kcar/response' end -- cgit v1.2.3-24-ge0c7