-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Util.java has:
getViaHttpsConnection(...)
{
...
if (len == -1L)
...
It make this work for my system (Ubuntu, Lighttpd, PHP, NetBeans 6.7.1), I had to change that line to:
if (len == -1L || len == 0)
Also, I noticed that postViaHttpsConnection only checks for len == 0. Perhaps getViaHttpsConnection's check for -1 is a typo?
Cheers,
Yonas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels