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