Basically, we need to change this: <https://github...
# ktor
o
Basically, we need to change this: https://github.com/Kotlin/ktor/blob/master/ktor-hosts/ktor-servlet/src/org/jetbrains/ktor/servlet/KtorServlet.kt#L41 to skip
startAsync/complete
and remove
launch(dispatcher)
and just call
hostPipeline.execute(call)
synchronously