Stas Bekman wrote:
t/filter/in_str_declined_read...........Use of uninitialized value in concatenation (.) or string at /home/stas/perl/5.8.7-ithread/lib/site_perl/5.8.7/LWP/Protocol/http10.pm line 57.
perl 5.8.7-ithread
httpd 2.0.59 worker mpm
perl -MLWP -le 'print $LWP::VERSION'
5.805

./t/TEST t/filter/in_str_declined_read
t/filter/in_str_declined_read....ok
All tests successful.
Files=1, Tests=1,  2 wallclock secs ( 0.64 cusr +  0.13 csys =  0.77 CPU)
[warning] server localhost:8529 shutdown

LWP                : 5.803
mod_perl           : 1.2901
mod_perl2          : 2.000003

hmm.... maybe I should downgrade LWP.

sub _get_sock_info
{
    my($self, $res, $sock) = @_;
    if (defined(my $peerhost = $sock->peerhost)) {
    ## line 57
    $res->header("Client-Peer" => "$peerhost:" . $sock->peerport);
    }
}

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to