spothero / volley-jackson-extension

Apache License 2.0
21 stars 9 forks source link

NPE when response is 204 #3

Open jpaas opened 10 years ago

jpaas commented 10 years ago

When I receive a 204 response, the HttpEntity on the HttpResponse is null. This causes an NPE in JacksonNetwork.performRequest when it tries to get the inputStream from the entity.