Skip to content

x-sendfile writer: delegate serving files to optimized servers #11

@benoitbryon

Description

@benoitbryon

See at least:

Implement a writer which takes advantage of this X-SENDFILE header:

  • write files to disk (temporary files) (could be done by another "write to disk" writer)
  • return HTTP response with X-SENDFILE header referencing the file on disk
  • at least explicitely tell users that they have to perform this cleaning operation. Or propose some (naive) pruning system, so that server's disk isn't filled with temporary files. Or maybe there is an nginx option to delete the file once it has been sent.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions