|
From: Steven S. <ssc...@op...> - 2014-09-10 22:48:40
|
Hi everyone, I posted a GitHub pull request to add a timeout to the HTTP connection pool. Currently the behavior is that it will sit indefinitely waiting for a HTTP connection that may never come. This allows you to set a timeout: https://github.com/resteasy/Resteasy/pull/563 I would love it if a project contributor could review / merge the change! Thanks! (PS it would be nice to be able to configure “tuneables” such as this without ugly casts to ResteasyClientBuilder, but that’s a bigger change…) |