Hello I have the weirdest behaviour with 1.1.4 Wh...
# ktor
q
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
Hi @qlitzler, yep. The fix will be available with 1.2.0
q
Alright, thank you !