only handle early EOF if exchange is not done

This commit is contained in:
Greg Wilkins 2011-11-09 09:18:59 +11:00
parent 8cfa671253
commit 70cd06f461
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ public abstract class AbstractHttpExchangeCancelTest
@Test @Test
public void testHttpExchangeCancelOnRequestComplete() throws Exception public void testHttpExchangeCancelOnRequestComplete() throws Exception
{ {
LOG.setDebugEnabled(true);
TestHttpExchange exchange = new TestHttpExchange() TestHttpExchange exchange = new TestHttpExchange()
{ {
@Override @Override