libetl/curl

nullPointerException when curl call doesn't have response body .

saurabh1mishra opened this issue · 6 comments

nullPointerException when curl call doesn't have response body.

< Exception in thread "main" java.lang.NullPointerException
at org.toilelibre.libe.curl.Curl.$(Curl.java:19) >

Ok I got your error finally.
You must be talking about a 204 http status that is not correctly handled by the lib
Thanks for the notice

Will be fixed in 0.0.15

Already available. Was pushed at the same time as my comment.

Reopen if not working.
unit test : bfeeceb#diff-d59a95505c196a7299c70262f7d08e49R323

Good luck.