is there some standard HTTP request timeout built in to the ring-jetty-component, or underlying jetty server?
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
Could be :thread-idle-timeout
? https://github.com/ring-clojure/ring/blob/master/ring-jetty-adapter/src/ring/adapter/jetty.clj#L197