Skip to content

Posting larger files will not work #1

@samt

Description

@samt

The current implementation loads the entire file into memory and tosses it to req.write() at once. This will fail for larger files. Some sort of buffered read to req.write() needs to be implemented.

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