HTTP::Body, Patch from Tom Heady to fix urlencoded parser to handle spaces after...
[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().
25f2a981 5 - Fixed urlencoded parser to handle spaces after semicolons and equal signs
6 in the value. (Tom Heady, http://rt.cpan.org/Ticket/Display.html?id=31055)
0a66fd23 7
912a882b 80.9 2007-03-27 14:00:00
9 - Fixed bug where empty fields in multipart/form-data were ignored.
10 (Ton Voon)
11 - Fixed bug where an uploaded file with the name "0" was ignored.
12 (Ton Voon)
13 - Small performance improvements to urlencoded parser.
dd70a428 14
c0ca3e5c 150.8 2007-03-23 18:40:00
912a882b 16 - Some browsers such as MSIE send extra data after the body content.
17 We now properly ignore anything beyond Content-Length.
9603999f 18
190.7 2007-03-23 10:00:00
64dc6c36 20 - Fixed parsing an empty (zero-length) file using multipart.
21 http://rt.cpan.org/NoAuth/Bug.html?id=25392
22
b611551a 230.6 2006-01-06 00:00:00
912a882b 24 - Fixed buffer bug in OctetStream, reported by Daisuke Murase
25 <typester@cpan.org>.
4b372378 26 - Fixed YAML prereq, reported by Jess Robinson
239fb0d6 27 - Added tests, Ben Trott <ben@sixapart.com>.
9bbd91b6 28
b018320d 290.5 2005-11-17 00:00:00
30 - Updated for PAR compatibility
31
1ec011cb 320.4 2005-11-09 01:00:00
33 - Version bump to 0.4 so CPAN.pm installs the right version.
34
af05d2df 350.03 2005-10-27 20:00:00
36 - removed use of List::Util first due to memory leakage.
27ee4e94 37 http://rt.cpan.org/NoAuth/Bug.html?id=13891
38
1ec011cb 390.2 2005-10-07
38ad3df8 40 - fixed POD
41
af05d2df 420.01 2005-09-07
09abe57d 43 - first release