HTTP::Body - ignore all data beyond Content-Length. Fixes MSIE CRLF issue
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
304dca13 30.7
4 - Some browsers such as MSIE send extra data after the body content. We now
5 properly ignore anything beyond Content-Length.
64dc6c36 6 - Fixed parsing an empty (zero-length) file using multipart.
7 http://rt.cpan.org/NoAuth/Bug.html?id=25392
8
b611551a 90.6 2006-01-06 00:00:00
9bbd91b6 10 - Fixed buffer bug in OctetStream, reported by Daisuke Murase <typester@cpan.org>.
4b372378 11 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 12 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 13
b018320d 140.5 2005-11-17 00:00:00
15 - Updated for PAR compatibility
16
1ec011cb 170.4 2005-11-09 01:00:00
18 - Version bump to 0.4 so CPAN.pm installs the right version.
19
af05d2df 200.03 2005-10-27 20:00:00
21 - removed use of List::Util first due to memory leakage.
27ee4e94 22 http://rt.cpan.org/NoAuth/Bug.html?id=13891
23
1ec011cb 240.2 2005-10-07
38ad3df8 25 - fixed POD
26
af05d2df 270.01 2005-09-07
09abe57d 28 - first release