Skip to content

Cannot send anything bigger than 1024 bytes #2

@bdurrer

Description

@bdurrer

express.static only reads up to a max of 1024 bytes, because the underlying file.read has that max (per default). Anything bigger is cut off.

There is an example on the nodemcu docs on how to send chunks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions