@Ignore
@Test
public void testnonPooledNativeServer() throws Exception {
IDataHandler dh = new IDataHandler() {
public boolean onData(INonBlockingConnection connection) throws IOException {
connection.readStringByDelimiter("\r\n\r\n");
connection.write("HTTP/1.1 200 OK\r\n" +
"Server: xLightweb/2.5-SNAPSHOT\r\n" +