```io.ktor.client.features.ClientRequestException:...
# ktor
f
Copy code
io.ktor.client.features.ClientRequestException: Client request(<http://example.com>) invalid: 411 Length Required
What does this mean? I do not get the same with postman and same parameters and body. Is it
<http://example.com|example.com>
that responts with 411 or is ktor angry for some other reason?