Skip Menu |

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

Report information
The Basics
Id: 4546
Status: resolved
Priority: 0/
Queue: HTTP-Lite

People
Owner: Nobody in particular
Requestors: igor [...] spb.edu
Cc:
AdminCc:

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



Subject: warning if User-Agent not defined
HTTP-Lite-2.1.5 If User-Agent not defined then $http->request print warning: Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.2/HTTP/Lite.pm line 236. Path: 236c236 < $self->http_write(*FH, $header.": ".$value."$CRLF") if defined $value; --- Show quoted text
> $self->http_write(*FH, $header.": ".$value."$CRLF");