Explorar el Código

Using keep alive in unit test

Sergey Lyubka hace 12 años
padre
commit
9baf2d4ba4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/unit_test.c

+ 1 - 0
test/unit_test.c

@@ -247,6 +247,7 @@ static const struct mg_callbacks CALLBACKS = {
 static const char *OPTIONS[] = {
   "document_root", ".",
   "listening_ports", LISTENING_ADDR,
+  "enable_keep_alive", "yes",
   "ssl_certificate", "build/ssl_cert.pem",
   NULL,
 };