ring

restenb 2021-04-20T11:53:18.130200Z

is there some standard HTTP request timeout built in to the ring-jetty-component, or underlying jetty server?

restenb 2021-04-20T11:54:04.131100Z

i'm experimenting with some "long polling", but the server (which runs jetty via @weavejester's ring-jetty-component) boots my requests before any timeout I've actually programmed in happens

robertfw 2021-04-20T20:39:25.131200Z

Could be :thread-idle-timeout? https://github.com/ring-clojure/ring/blob/master/ring-jetty-adapter/src/ring/adapter/jetty.clj#L197