fixed merge syntax errors
This commit is contained in:
parent
192e8e8ed1
commit
2f41275b0f
|
@ -350,7 +350,7 @@ class HttpChannelOverHttp extends HttpChannel implements HttpParser.RequestHandl
|
|||
public void abort()
|
||||
{
|
||||
super.abort();
|
||||
_generator.setPersistent(false);
|
||||
_httpConnection._generator.setPersistent(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -450,7 +450,6 @@ public class HttpConnection extends AbstractConnection implements Runnable, Http
|
|||
_sendCallback.iterate();
|
||||
}
|
||||
|
||||
super.abort();
|
||||
private class SendCallback extends IteratingCallback
|
||||
{
|
||||
private ResponseInfo _info;
|
||||
|
|
|
@ -272,7 +272,6 @@ public class DecoderReaderTest
|
|||
}
|
||||
|
||||
// TODO analyse and fix
|
||||
@Ignore
|
||||
@Test
|
||||
@Ignore ("Quotes appear to be able to arrive in any order?")
|
||||
public void testTwoQuotes() throws Exception
|
||||
|
|
Loading…
Reference in New Issue