HTTP::Body, added support for chunked requests
[catagits/HTTP-Body.git] / Changes
CommitLineData
09abe57d 1This file documents the revision history for Perl extension HTTP::Body.
2
0a66fd23 31.00
4 - Added support for chunked requests if no $length value is passed to new().
5
912a882b 60.9 2007-03-27 14:00:00
7 - Fixed bug where empty fields in multipart/form-data were ignored.
8 (Ton Voon)
9 - Fixed bug where an uploaded file with the name "0" was ignored.
10 (Ton Voon)
11 - Small performance improvements to urlencoded parser.
dd70a428 12
c0ca3e5c 130.8 2007-03-23 18:40:00
912a882b 14 - Some browsers such as MSIE send extra data after the body content.
15 We now properly ignore anything beyond Content-Length.
9603999f 16
170.7 2007-03-23 10:00:00
64dc6c36 18 - Fixed parsing an empty (zero-length) file using multipart.
19 http://rt.cpan.org/NoAuth/Bug.html?id=25392
20
b611551a 210.6 2006-01-06 00:00:00
912a882b 22 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
23 <typester@cpan.org>.
4b372378 24 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 25 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 26
b018320d 270.5 2005-11-17 00:00:00
28 - Updated for PAR compatibility
29
1ec011cb 300.4 2005-11-09 01:00:00
31 - Version bump to 0.4 so CPAN.pm installs the right version.
32
af05d2df 330.03 2005-10-27 20:00:00
34 - removed use of List::Util first due to memory leakage.
27ee4e94 35 http://rt.cpan.org/NoAuth/Bug.html?id=13891
36
1ec011cb 370.2 2005-10-07
38ad3df8 38 - fixed POD
39
af05d2df 400.01 2005-09-07
09abe57d 41 - first release