Interesting... `call.respond(HttpStatusCode.NoCont...
# ktor
m
Interesting...
call.respond(HttpStatusCode.NoContent, "")
works correctly, while
call.respond(HttpStatusCode.NoContent, Unit)
produces nothing.