Skip to content

Request content is read one byte at a time #56

Open
@m-mcgowan

Description

@m-mcgowan

The read() method fetches request content one byte at a time. This introduces quite a significant overhead.

To make it more efficient, the data can be read as a chunk into a read buffer.

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