Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24072 closed New feature (fixed)

Add wsgi.file_wrapper support to responses

Reported by: Collin Anderson Owned by: nobody
Component: HTTP handling Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (5)

comment:2 by Tim Graham, 9 years ago

Summary: wsgi.file_wrapperAdd wsgi.file_wrapper support to responses
Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 3d2cae0896ee8026d1c2c5d31e4c4c8f74f2fef4:

Fixed #24072 -- Added FileResponse for streaming binary files.

comment:4 by Tim Graham <timograham@…>, 9 years ago

In a9aec1154e5b65fcaf608801905a1bbafcfbfbf7:

Closed files in FileResponse; refs #24072

comment:5 by Tim Graham <timograham@…>, 9 years ago

In a3bebfdc34686622b91e7f3154390ca2058957f9:

Ensured views.static.serve() doesn't use large memory on large files.

This issue was fixed in master by refs #24072.

Note: See TracTickets for help on using tickets.
Back to Top