Skip Menu |

This queue is for tickets about the HTTP-ProxySelector CPAN distribution.

Report information
The Basics
Id: 63399
Status: new
Priority: 0/
Queue: HTTP-ProxySelector

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

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



Subject: Default site when used return invalid data.
When the default site http://www.samair.ru/proxy/fresh-proxy-list.htm is used then we get "margin-top:5" as selected proxy. To reproduce just the run your standard code few times: use HTTP::ProxySelector; use LWP::UserAgent; # Instanciate my $selector = HTTP::ProxySelector->new(); my $ua = LWP::UserAgent->new(); # Assign an anonymous proxy to the UserAgent object. $selector->set_proxy($ua); # Just in case you need to know the chosen proxy print 'Selected proxy: ',$selector->get_proxy(),"\n";