nullPointerException when curl call doesn't have response body .
saurabh1mishra opened this issue · 6 comments
saurabh1mishra commented
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) >
libetl commented
Hi, thanks for this feedback.
Have the stacktrace and the curl command ?
Thank you for your time.
Le ven. 20 avr. 2018 à 15:37, Saurabh Mishra <notifications@github.com> a
écrit :
… 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) >
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLTfqF83E1ZB3bpVJqBM23JWM76zKyXks5tqeSsgaJpZM4Tdenm>
.
libetl commented
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
libetl commented
Will be fixed in 0.0.15
saurabh1mishra commented
Thannx for response.
When i can expect release of 0.0.15 ??
It's urgent Either i have to look For work arround.
Thanks ,
Saurabh
…________________________________
From: LiBe <notifications@github.com>
Sent: Saturday, April 21, 2018 12:50:54 AM
To: libetl/curl
Cc: Saurabh Mishra; Author
Subject: Re: [libetl/curl] nullPointerException when curl call doesn't have response body . (#7)
Will be fixed in 0.0.15
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ac6Wl2lDiPBW4Vv_n3igdKAX2dHwT2D0ks5tqjUWgaJpZM4Tdenm>.
saurabh1mishra commented
Exactly ..
…________________________________
From: LiBe <notifications@github.com>
Sent: Friday, April 20, 2018 10:49:55 PM
To: libetl/curl
Cc: Saurabh Mishra; Author
Subject: Re: [libetl/curl] nullPointerException when curl call doesn't have response body . (#7)
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ac6Wl-KrNHRR0GYk2G8nnYlPt4obrAyeks5tqhi7gaJpZM4Tdenm>.
libetl commented
Already available. Was pushed at the same time as my comment.
Reopen if not working.
unit test : bfeeceb#diff-d59a95505c196a7299c70262f7d08e49R323
Good luck.