Skip to content

The line after Content-Type is not exactly body in RFC-2616 #51

Open
@scc-tw

Description

@scc-tw

bs = kvFindList(request->headers, "Content-Type");

RFC-2616 section 4.1 says that the HTTP header is dynamic length until an empty newline with "".
In other words, this is not a correct way to fetch the user posted data in HTTP body.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions