If an null/empty stream is returned in a body where a JacksonDecoder is used, you can receive an error when the ObjectMapper attempts to read the inputStream value on line 55.
A quick check to inputSteam.available > 0 seems to stop this problem for me.
If an null/empty stream is returned in a body where a JacksonDecoder is used, you can receive an error when the ObjectMapper attempts to read the inputStream value on line 55.
A quick check to inputSteam.available > 0 seems to stop this problem for me.