On Wed May 16 17:40:57 2007, nobody@pseudo.borked.net wrote:
Show quoted text> i see in HTTP::OAI::UserAgent there is some work for decompressing
> encoded content, but there is a simpler and more robust way
> to accomplish this- just call $response->decoded_content.
decoded_content isn't in the RHEL4 libwww package.
Responses are written to a temporary file (otherwise memory will break
on large OAI chunks), so ->content is always empty, I presume
decoded_content will be the same too.