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

HTTP post big file OOM #545

Open kaiv587 opened 5 years ago

kaiv587 commented 5 years ago

when client post big file using http multipart ,the server will crash because of OOM.

kaiv587 commented 5 years ago

my version is compile 'org.nanohttpd:nanohttpd:2.3.1'