Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 34789
Status: rejected
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: DAVINCHI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.810
Fixed in: (no value)



Subject: HTTP::Message content is not bytes error
There are some strange errors: 'HTTP::Message content is not bytes error', as far as I see, it caused by checking if ( _is_utf8 ( $content ) ). It is very strange to have utf8 strings in parts of plain latin-only response.
Срд. Апр. 09 13:42:56 2008, DAVINCHI писал: Show quoted text
> There are some strange errors: > > 'HTTP::Message content is not bytes error', > as far as I see, it caused by checking if ( _is_utf8 ( $content ) ). >
Found, it was broked with Test::WWW::Mechanize::Catalyst -- last one uses decoded_content as $parse->content See file Test/WWW/Mechanize/Catalyst.pm line 88
Срд. Апр. 09 13:42:56 2008, DAVINCHI писал: Show quoted text
> There are some strange errors: > > 'HTTP::Message content is not bytes error', > as far as I see, it caused by checking if ( _is_utf8 ( $content ) ). >
Found, it was broked with Test::WWW::Mechanize::Catalyst -- last one uses decoded_content as $parse->content See file Test/WWW/Mechanize/Catalyst.pm line 88
I assume this means that the issue is fixed then.