ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Fix AsyncHttpClient thread hang on hostname verification failure #42

Closed wsargent closed 9 years ago

wsargent commented 9 years ago

AsyncHttpClient hangs the thread if hostname verification fails in 1.8.8. Upgrading to 1.8.14 will fix the issue.

See https://github.com/playframework/playframework/issues/3540 and https://github.com/AsyncHttpClient/async-http-client/issues/555.