413108 - HttpClient hardcodes dispatchIO=false when using SSL.
Reverted to use default value for dispatchIO - without hardcoding it.
This commit is contained in:
parent
11e0b57f68
commit
1555a7eb0a
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue