Another topic: why does the response exception get...
# ktor
o
Another topic: why does the response exception get thrown when calling `response.
readText()
instead of the
httpClient.request()
call? Also confusing. As a user, one would like to know whether a 500 error occured when calling the request() method, and not reading the response.