What steps will reproduce the problem?
1. $mech->max_size(1024);
2. $mech->get($url);
3. print $mech->content;
Since this is a subclass of LWP::UserAgent, what should be shown is all of the content up until it hit (approximately) 1024 bytes. However, instead what is shown is something like this:
?|???-???+"?O<?p}?,?ܙmW ?`E??\\ސ???ѧ??U{3???
Whenever I do this exact same process with LWP::UserAgent, it gives me actual content. As a subclass I would think WWW::Mechanize would do the same thing.
I am using version 1.66 and I am on centos5.5
violapir...@gmail.com reported on Jun 12, 2012
Details
Imported from Google Code issue 236 via archive