Skip to content

Empty request data is never read #64

@ilyapuchka

Description

@ilyapuchka

When POST request is received by the server it is natural to attempt to read its body data. But when no data is sent or empty data is sent in request body then data reader closure is never called resulting in request never complete. There is no other way except attempting to read data to know if any data is sent at all.
#65 adds test that demonstrates this issue

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