libwww-perl - Re: Long Time Delay on get_request

Posted on Thu Aug 28 10:33:24 2008 by sasare in response to 8680 (See the whole thread of 3)
Re: Long Time Delay on get_request
I traced the delay to a sub in HTTP::Daemon. It returns the url of the proxy. For now, I have hard coded the address and it's working ok. I suspect it could be a DNS issue. I will look into this later (never?).
sub daemon { my $self = shift; ${*$self}{'httpd_daemon'}; }
Thanks, sasare
Write a response