dhristov
07/01/2019, 1:13 PMio.ktor.server.netty.NettyApplicationEngine
. It seems like the inner Configuration's requestQueueLimit
and runningLimit
parameters are not actually used (as far as I can tell by looking in the master branch the idea seems to be that these are propagated to io.ktor.server.netty.cio.NettyRequestQueue
, but don't seem to be used). Are there any plans to actually support these in the future or will they be dropped? If they are planned for support, can I help speed things up (by contributing an implementation for example)? @cycy
07/01/2019, 4:06 PMdhristov
07/02/2019, 2:03 PM