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

Piotr Krzemiński

08/16/2021, 7:22 PM
I've just got this confusing piece of stack trace when debugging a problem with ktor:
Copy code
io.ktor.features.CORS.respondCorsFailed(CORS.kt:604)
It points to line 604 where CORS.kt has only 537 lines... I know it seems to be not really related to ktor, but probably Kotlin in general, but has anyone faced something similar or understands why it happens? If not, I'm going to report it as a Kotlin bug.
4 Views