- HTTP::Message: $mess->decoded_content sometimes had the side effect of
destroying $mess->content.
- HTTP::Message: $mess->decoded_content failed for
"Content-Encoding: deflate" if the content was not in the zlib-format
as specified for the HTTP protocol. Microsoft got this wrong, so we
have to support raw deflate bytes as well.
- HTTP::Response->parse don't require the protocol to be specified any more.
This allows HTTP::Response->parse($resp->as_string) to round-trip. Patch
by Harald Joerg haj@oook.m.uunet.de.
- HTTP::Response: $resp->base might now return undef. Previously it would
croak if there was no associated request Harald Joerg
- HTML::Form now support for check- and radio boxes. Dan Kubb
- Make HTTP::Daemon subclassable, patch by Kees Cook kees@osdl.org.
- lwp-download allow save directory to be specified. Radoslaw Zielinski
- lwp-download will validate filename derived from server controlled data
and will fail if something looks not quite right.