Skip to content

HTTP::Daemon does not send header information to client when not using $c->get_request before [rt.cpan.org #59238] #10

@oalders

Description

@oalders

Migrated from rt.cpan.org#59238 (status was 'new')

Requestors:

Attachments:

From l8er@gmx.de on 2010-07-10 01:04:35
:

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 appended some code and a wireshark tcp stream.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions