NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.94k stars 1.69k forks source link

Fails to download large files in server #647

Open tejmagar opened 3 months ago

tejmagar commented 3 months ago

I made this wrapper library around NanoHttpd. https://github.com/tejmagar/tinyweb/ but it fails to save large files.

tejmagar commented 3 months ago

I removed NanoHttpd completely from my library since I need to share large files for my file sharing app.