only handle early EOF if exchange is not done
This commit is contained in:
parent
8cfa671253
commit
70cd06f461
|
@ -170,8 +170,6 @@ public abstract class AbstractHttpExchangeCancelTest
|
|||
@Test
|
||||
public void testHttpExchangeCancelOnRequestComplete() throws Exception
|
||||
{
|
||||
LOG.setDebugEnabled(true);
|
||||
|
||||
TestHttpExchange exchange = new TestHttpExchange()
|
||||
{
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue