iduquegit

Results 3 issues of iduquegit

When a station connects to the soft AP and I'm serving files (with multiple connections open), if the WiFi connection is abruptly closed, those connections remain open, and the `PsychicHttpServer::onClose()`...

Set status and content type before chunked file response Fix #206

When serving small files (less than chunk size) the content-type header is passed to the browser. However, for large files it is set to default (text/html). I added the following...