There is a huge problem with `ktor-client-android`...
# ktor
r
There is a huge problem with
ktor-client-android
, I get a
400
with a nice json response on Android L/21 to a request but the client never actually sent the request to the server, it responded alone with this:``` { "message": "Bad request", "status": 400 }``` I can’t provide a way to reproduce the issue so I don’t know if it’s worth to open one on Github. The problem doesn’t occur with Android Q/29. I worked around the issue by switching to
ktor-client-okhttp
e
Hi @ribesg, could you file an issue?
r
I did what I could to provide as much information as I could. Not sure if you’ll be able to reproduce it. https://github.com/ktorio/ktor/issues/1084
🙏 1