Skip to content

fix: Response.file should stream the file #17

Closed
@francescovallone

Description

The Response.file right now reads the content of the file in a synchronous way and block the execution of more I/O operations, for this reason the Response.file should stream the content of the file resulting in a more efficient way to access the file without blocking other I/O operations

Metadata

Labels

enhancementNew feature or request

Projects

  • Status

    Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions