Sha256: ba51544a3086d006ebe20157b0a07a3b5792e7858256a2b56079f4ea22ce0e4f
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
=== kcar 0.3.1 - Kcar::Response minor bugfix / 2012-09-26 02:42 UTC 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. === kcar 0.3.0 / 2011-06-07 17:45 UTC * strip trailing and leading linear whitespace in headers * improve Ruby 1.9.3dev compatibility === kcar 0.2.0 - small improvements / 2011-02-24 21:34 UTC Internal cleanups and micro-optimizations. We are fully-supported under Ruby 1.9.3dev and Rubinius 1.2.2 === kcar 0.1.2 - one bugfix for one liners / 2010-11-30 22:17 UTC * 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. === kcar 0.1.1 / 2010-07-25 00:03 UTC Our handling of pipelined identity (not chunked) responses did not properly reset our internal buffer, causing HTTP header parsing to fail for the second response as the buffer still contained the last part of the body from the previous response. There are also minor documentation updates and cleanups. === kcar 0.1.0 - initial release / 2010-04-28 22:18 UTC initial
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kcar-0.3.1 | NEWS |