413108 - HttpClient hardcodes dispatchIO=false when using SSL.

Reverted to use default value for dispatchIO - without hardcoding it.
This commit is contained in:
Simone Bordet 2013-07-16 21:33:47 +02:00
parent 11e0b57f68
commit 1555a7eb0a
1 changed files with 0 additions and 4 deletions

View File

@ -176,11 +176,7 @@ public class HttpClient extends ContainerLifeCycle
protected void doStart() throws Exception
{
if (sslContextFactory != null)
{
addBean(sslContextFactory);
// Avoid to double dispatch when using SSL
setDispatchIO(false);
}
String name = HttpClient.class.getSimpleName() + "@" + hashCode();