Closed matemaciek closed 1 year ago
buffer_size
response.send_file
response
server
WIth current architecture I don't see an easy way to bound response.send_file's buffer size to the one that exists in server.
We would appreciate comments from current users of this library -- thanks.
buffer_size
inresponse.send_file
response
to match the one inserver
buffer_size
when auto-serving files.WIth current architecture I don't see an easy way to bound
response.send_file
's buffer size to the one that exists inserver
.