You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nano HTTPD Server crashes in case of an empty request (where a connection is made but the input stream read return -1 for no bytes). In this case the method is not populated resulting in a Nullpointerexception. This situation happens sometimes in a range request from Android VideoView in Kitkat 4.4.2.
The text was updated successfully, but these errors were encountered:
Nano HTTPD Server crashes in case of an empty request (where a connection is made but the input stream read return -1 for no bytes). In this case the method is not populated resulting in a Nullpointerexception. This situation happens sometimes in a range request from Android VideoView in Kitkat 4.4.2.
The text was updated successfully, but these errors were encountered: