about summary refs log tree commit homepage
tag namev0.3.1 (9b887274f290932bf64c57cd817aad1c544cb40a)
tag date2012-09-26 02:42:58 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 7a51fde712...
downloadkcar-0.3.1.tar.gz
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.