NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.

Home Page:http://nanohttpd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketTimeoutException when reading content length is unknown

saket opened this issue · comments

Is it a known issue that nanohttpd fails to read content body of multipart calls when their content length is unknown?

commented

I think it will never happen. Because getBodySize has checked the 'content-length'

And see also parseBody