Jaap Beetstra
05/02/2024, 1:42 PMrespondBytesWriter ) using the Netty Engine. Initial tests using curl did not trigger the failure.Jaap Beetstra
05/02/2024, 1:43 PMresponseWriteTimeoutSeconds that defaults to 10 seconds.Jaap Beetstra
05/02/2024, 1:44 PMembeddedServer(Netty, env) {
responseWriteTimeoutSeconds = 60
}
or to disable compression for the requests that use WriteChannelContent
install(Compression) {
condition {
it !is OutgoingContent.WriteChannelContent
}
}Jaap Beetstra
05/02/2024, 1:48 PMsocket hang up error, browser gave an ERR_EMPTY_RESPONSE, and nothing was visible in the ktor logging