Jonathan Chow

Results 1 issues of Jonathan Chow

Normally, when you change the request timeout of a particular connection, spray automatically updates the idle timeout to double that of your request timeout, but only if: ``` scala _requestTimeout.isFinite()...