Skip Menu |

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

Report information
The Basics
Id: 68927
Status: new
Priority: 0/
Queue: HTTP-Proxy

People
Owner: Nobody in particular
Requestors: nikolas [...] garofil.be
Cc:
AdminCc:

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



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.