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 |
Message body not shown because it is not plain text.
Subject: | BUG |
Message body not shown because it is not plain text.