Jeff Pei
Jeff Pei
Update Doc: set the connection timeout < request timeout < worker timeout. Then the async client timeout will kick in first before the actor timeout. ``` java ParallecGlobalConfig.ningFastClientConnectionTimeoutMillis = 4000;...
[prettyPrintInfo()](http://www.parallec.io/javadoc/io/parallec/core/ParallelTask.html#prettyPrintInfo--) for track response status
Seems the issue of SSL handshake ( required in client auth ) in AHC 1.9+ has been fixed: https://github.com/AsyncHttpClient/async-http-client/issues/891 https://github.com/AsyncHttpClient/async-http-client/issues/828 Now start to evaluate the AHC 2.0.x . Note that...