ktor-server-core / io.ktor.features / RequestReceiveAlreadyFailedException

RequestReceiveAlreadyFailedException

class RequestReceiveAlreadyFailedException : Exception

Thrown when a request receive was failed during the previous ApplicationCall.receive invocation so this receive attempt is simply replaying the previous exception cause.