Hi, is it normal that the LogLevel.HEADERS only sh...
# ktor
b
Hi, is it normal that the LogLevel.HEADERS only show the headers that are sent but not the headers I receive? (client side/android) My expectation would be the same behaviour as with okhttp, that the headers I receive will also be displayed.
e
Nope, It’s a bug and it is fixed in master. The fix will be available in the next minor release.
b
thanks for the fast answer!