coroutineEnabled = false;
}else {
coroutineEnabled = true;
MODE = MODE_COROUTINE;
try {
Socket.setSocketImplFactory(new NginxClojureSocketFactory());
} catch (IOException e) {
throw new RuntimeException("can not init NginxClojureSocketFactory!", e);
}
}
defaultByteBuffer = ByteBuffer.allocate(NGINX_CLOJURE_CORE_CLIENT_HEADER_MAX_SIZE);