Skip Menu |

This queue is for tickets about the WWW-Favicon CPAN distribution.

Report information
The Basics
Id: 38303
Status: resolved
Priority: 0/
Queue: WWW-Favicon

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

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



Subject: should set max_size() on LWP::UserAgent
If the url is a non-HTML document or a very large HTML document, the module can get "stuck" waiting for the document to load. I think there should be a check for content type and a max_size() limit on the UA.
Fixed this in 0.03001. I set max_size to 1MB. And you can also reset it by yourself: my $favicon = WWW::Favicon->new; $favicon->ua->max_size($bytes); or something like that. Thank you for your report.