Skip Menu |

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

Report information
The Basics
Id: 59238
Status: resolved
Priority: 0/
Queue: HTTP-Daemon

People
Owner: Nobody in particular
Requestors: l8er [...] gmx.de
Cc:
AdminCc:

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



Subject: HTTP::Daemon does not send header information to client when not using $c->get_request before
i read the header not with $c->get_request(1) but with readline($c) from the client and the further content with $c->read($content, $contlen). later i construct a response object and send it to the client. but no header information is send, it´s completly missing. maybe an error in HTTP::Daemon::ClientConn ? i appanded some code and a wireshark tcp stream.
Subject: wireshark
Download wireshark
application/octet-stream 664b

Message body not shown because it is not plain text.

Subject: BUG
Download BUG
application/octet-stream 2.8k

Message body not shown because it is not plain text.