Skip to content

Not RetroCompatible #16

Description

@backslash057

the function struct HTTPRequest http_request_constructor(char *request_string) defined in Networking/protocols/HTTP_Request.c is not retro compatible. According to RFC 7230, the lines are separated with \r\n, but the code assumed the request head was separated from the request body by \n\n instead of \r\n\r\n

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