adafruit / Adafruit_CircuitPython_HTTPServer

Simple HTTP Server for CircuitPython
MIT License
46 stars 30 forks source link

Buffer_size improvements #37

Closed matemaciek closed 1 year ago

matemaciek commented 1 year ago

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.

dhalbert commented 1 year ago

We would appreciate comments from current users of this library -- thanks.