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