Skip Menu |

This queue is for tickets about the Net-Async-HTTP-Server CPAN distribution.

Report information
The Basics
Id: 101146
Status: rejected
Priority: 0/
Queue: Net-Async-HTTP-Server

People
Owner: Nobody in particular
Requestors: PLOCKABY [...] cpan.org
Cc:
AdminCc:

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



Subject: invalid requests causing errors
If a client connects to the Net::Async::HTTP::Server and doesn't send any data then these warnings are raised and then the whole program dies: Use of uninitialized value in string eq at /usr/local/perl/lib/site_perl/5.20/Net/Async/HTTP/Server/Request.pm line 171. Use of uninitialized value in string eq at /usr/local/perl/lib/site_perl/5.20/Net/Async/HTTP/Server/Request.pm line 171. Can't call method "path" on an undefined value at /usr/local/perl/lib/site_perl/5.20/Net/Async/HTTP/Server/Protocol.pm line 35. This can be tested using the example code in the documentation and then doing this: telnet localhost 8080 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. That's two blank lines before the program dies.
Duplicate of RT105470, which is now patched. -- Paul Evans