Bugzilla – Bug 3258
Crash if a Net::DNS::Resolver object couldn't be created.
Last modified: 2006-04-10 10:06:48 UTC
If this line fails: my $bgsock = $resolver->bgsend( $args{'Host'} ); $bgsock is undefined, and we can crash here: Can't use an undefined value as a symbol reference at Slim/Networking/AsyncHTTP.pm line 59.
Fixed.