about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-30 14:16:32 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-30 14:16:32 -0800
commit9d0816ecf953a5a7a8b9c03714753603928c5577 (patch)
tree62558f36d1757ddfdedac240bf434a9b658ef464 /lib
parent13ccab804e69a7f81358b73279d92049fc8136b4 (diff)
downloadkcar-9d0816ecf953a5a7a8b9c03714753603928c5577.tar.gz
* 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.
Diffstat (limited to 'lib')
-rw-r--r--lib/kcar.rb4
1 files changed, 2 insertions, 2 deletions
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