do not mix syswrite/seek with buffered IO (as in CGI.pm); it causes difficult-to...
[catagits/HTTP-Request-AsCGI.git] / Changes
CommitLineData
2d51e42f 1This file documents the revision history for Perl extension HTTP::Request::AsCGI.
2
bd90442e 30.5_02 2009-04-29
4 - Avoid mixing buffered and unbuffered IO and flush STDIN after writing
5 request content to it. (hdp)
6
58743636 70.5 2006-01-20
b81054c2 8 - Fixed bug where content was overridden on 500 responses.
9
58743636 100.4 2006-01-19
4e0afe7d 11 - Fixed #15999 return a 500 response when message is empty, reported by Chris Dolan <cdolan@cpan.org>
12 - Fixed Status header bug
13 - Bumped HTTP::Response requirement to 1.53 and drop our own message parsing.
14
58743636 150.3 2006-01-06
4e0afe7d 16 - Silence uninitialized warnings when restoring %ENV
17 - Fixed dup and restore of STDIN.
cef1c068 18
58743636 190.2 2005-10-31
4e0afe7d 20 - Added test for response.
ca38286c 21
58743636 220.1 2005-10-21
4e0afe7d 23 - First release.
b332ee65 24