Open rgl2811 opened 6 years ago
When there is no Content-Type header in the response, if getString() method is invoked it throws a NPE.
ContentType#get() implementation sets "*/*" to Content-Type value if the header is not present in the response, but sets charset to null.
When there is no Content-Type header in the response, if getString() method is invoked it throws a NPE.
ContentType#get() implementation sets "*/*" to Content-Type value if the header is not present in the response, but sets charset to null.