@Ignore
@Test
public void testDefaultPersistentConnectionTimeout() throws Exception {
IDataHandler dh = new IDataHandler() {
public boolean onData(INonBlockingConnection connection) throws IOException, BufferUnderflowException, ClosedChannelException, MaxReadSizeExceededException {
connection.readStringByDelimiter("\r\n\r\n");
connection.write("HTTP/1.1 200 OK\r\n" +