Subject: | Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTTP/Proxy.pm line 298 |
Date: | Sun, 19 Jun 2011 02:34:03 +0200 |
To: | bug-HTTP-Proxy [...] rt.cpan.org |
From: | Nikolas Garofil <nikolas [...] garofil.be> |
When i'm using HTTP::Proxy 0.24 on perl 5.10.1 on Linux (2.6.38) and
run "nmap localhost -p 8080" it gives around 30% of the time the
following error twice:
Use of uninitialized value in concatenation (.) or string at
/usr/share/perl5/HTTP/Proxy.pm line 298
This can probably be fixed if it the code would check right before
line 298 if $conn->peerhost is indeed a portnumber and thus confirm
that the socket is correctly created.