Skip to content

Commit

Permalink
fixup! KTOR-7139 Fux exception thrown in onCallRespond makes the clie…
Browse files Browse the repository at this point in the history
…nt wait for response indefinitely
  • Loading branch information
e5l committed Jan 24, 2025
1 parent 077073e commit 875a3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ktor-server/ktor-server-core/api/ktor-server-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ public final class io/ktor/server/engine/BaseApplicationResponse$BodyLengthIsToo

public final class io/ktor/server/engine/BaseApplicationResponse$Companion {
public final fun getEngineResponseAttributeKey ()Lio/ktor/util/AttributeKey;
public final fun setupFallbackResponse (Lio/ktor/server/engine/EnginePipeline;)V
public final fun setupSendPipeline (Lio/ktor/server/response/ApplicationSendPipeline;)V
}

Expand Down
1 change: 1 addition & 0 deletions ktor-server/ktor-server-core/api/ktor-server-core.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ abstract class io.ktor.server.engine/BaseApplicationResponse : io.ktor.server.re
final val EngineResponseAttributeKey // io.ktor.server.engine/BaseApplicationResponse.Companion.EngineResponseAttributeKey|{}EngineResponseAttributeKey[0]
final fun <get-EngineResponseAttributeKey>(): io.ktor.util/AttributeKey<io.ktor.server.engine/BaseApplicationResponse> // io.ktor.server.engine/BaseApplicationResponse.Companion.EngineResponseAttributeKey.<get-EngineResponseAttributeKey>|<get-EngineResponseAttributeKey>(){}[0]

final fun setupFallbackResponse(io.ktor.server.engine/EnginePipeline) // io.ktor.server.engine/BaseApplicationResponse.Companion.setupFallbackResponse|setupFallbackResponse(io.ktor.server.engine.EnginePipeline){}[0]
final fun setupSendPipeline(io.ktor.server.response/ApplicationSendPipeline) // io.ktor.server.engine/BaseApplicationResponse.Companion.setupSendPipeline|setupSendPipeline(io.ktor.server.response.ApplicationSendPipeline){}[0]
}
}
Expand Down

0 comments on commit 875a3ee

Please sign in to comment.