Rustam
Rustam
Will be fixed in #3122
io.ktor.server.swagger.SwaggerTest.testSwaggerFileIsServed[jvm] and api check are failing on CI
Please check CI
Please reopen it into `main` branch.
@sud007 Can you please elaborate on what doesn't work? This test passes: ``` @Test fun testEmptyBodyWithContentTypeAndGet() = testSuspend { val client = HttpClient(MockEngine) { engine { addHandler { request ->...
@flaringapp But isn't it only relevant for `MockEngine`, because it doesn't merge headers? In the real request `Content-Type` header will be present.
@flaringapp > Meaning, anywhere in between these two phases we won't be able to access the header no matter what engine we use. You are able to access it through...
@TWiStErRob thanks for the heads-up. There are no plans to sync the two, but probably we should at some point. There are comment though on every migrated issue, see https://github.com/ktorio/ktor/issues/233#issuecomment-671424950
Closing this PR because the original ticket was declined. Please see [this comment](https://youtrack.jetbrains.com/issue/KTOR-574/support-application.conf-with-env-type#focus=Comments-27-6392578.0-0) for details
Closing this PR as stale