It seems the `requestReadTimeoutSeconds`parameter ...
# ktor
a
It seems the `requestReadTimeoutSeconds`parameter (NettyApplicationEngine.Configuration) is killing GET calls? Is that logical? 🙂 We are using a Stream, so the server responds and starts sending bytes back. The client is reading bytes, but it gets cut off at the value set. The value was at 25, just tried to lower it to 15 and suddenly it started cutting off the content after 15 seconds... Am I totally misunderstanding how this should work, or is it a bug?