https://kotlinlang.org logo
#ktor
Title
# ktor
r

Rainer Schlonvoigt

04/26/2019, 8:05 AM
the following code never prints anything for me:
g

gildor

04/26/2019, 8:06 AM
What do you expect?
Did you send any request?
r

Rainer Schlonvoigt

04/26/2019, 8:07 AM
yes 🙂
and i see the request return the proper result
but the configureRequest block never gets hit
g

gildor

04/26/2019, 8:08 AM
try replace
println
with
error()
r

Rainer Schlonvoigt

04/26/2019, 8:09 AM
let me check
same result
g

gildor

04/26/2019, 8:11 AM
request is successful?
r

Rainer Schlonvoigt

04/26/2019, 8:11 AM
yup
g

gildor

04/26/2019, 8:28 AM
Maybe something broken, probably make sense to report
r

Rainer Schlonvoigt

04/26/2019, 9:35 AM
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)