the following code never prints anything for me:
# ktor
r
the following code never prints anything for me:
g
What do you expect?
Did you send any request?
r
yes 🙂
and i see the request return the proper result
but the configureRequest block never gets hit
g
try replace
println
with
error()
r
let me check
same result
g
request is successful?
r
yup
g
Maybe something broken, probably make sense to report
r
just for completion: it is a bug in ktor that has already been fixed on master, but is not yet in any release (not yet fixed in 1.1.5)