v0.3.1
tag9b887274f290932bf64c57cd817aad1c544cb40a
object 7a51fde712fdbf40db080c30f91caf59a9dd9d7a
authorEric Wong <normalperson@yhbt.net>
Wed, 26 Sep 2012 02:42:58 +0000 (26 02:42 +0000)
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.