fixed client proxy test
This commit is contained in:
parent
e1e57924dc
commit
cc216eb8ee
|
@ -156,8 +156,6 @@ public class HttpClientCustomProxyTest
|
||||||
super(endPoint, executor);
|
super(endPoint, executor);
|
||||||
this.connectionFactory = connectionFactory;
|
this.connectionFactory = connectionFactory;
|
||||||
this.context = context;
|
this.context = context;
|
||||||
|
|
||||||
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -216,7 +214,6 @@ public class HttpClientCustomProxyTest
|
||||||
{
|
{
|
||||||
super(endPoint, connector.getExecutor());
|
super(endPoint, connector.getExecutor());
|
||||||
this.connectionFactory = connectionFactory;
|
this.connectionFactory = connectionFactory;
|
||||||
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue