Skip Menu |

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

Report information
The Basics
Id: 105099
Status: new
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: epimetreus [...] fastmail.fm
Cc:
AdminCc:

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



Subject: Net::Server does not handle sockets AT ALL
Date: Mon, 08 Jun 2015 13:25:20 -0600
To: bug-Net-Server [...] rt.cpan.org
From: Kai Moonbourn <epimetreus [...] fastmail.fm>
Simple to replicate: $ start_server --path=/var/run/starman/megaoff.sock -- starman -e 'sub { [200,[], ["Hi\n"]] }' Then just attempt to rproxy a web request through that socket; you'll get this: Bad arg length for Socket::unpack_sockaddr_in, length is 32, should be 16 at /usr/local/lib/perl/5.18.2/Socket.pm line 830.