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

qlitzler

04/21/2019, 5:14 PM
Hello I have the weirdest behaviour with 1.1.4 When passing
logLevel = LogLevel.NONE
any call to
httpClient.request<T>
will hang indefinitely. If i put any other logLevel (
LogLevel.ALL
for example), it works fine..
1.2.0-alpha-1.3.0-eap-125
works fine as well I saw this in the 1.2.0 changelog:
Fixed LogLevel.NONE with body bytes
, is this related ?
e

e5l

04/22/2019, 3:50 PM
Hi @qlitzler, yep. The fix will be available with 1.2.0
q

qlitzler

04/22/2019, 3:50 PM
Alright, thank you !