Explorar o código

Using keep alive in unit test

Sergey Lyubka %!s(int64=12) %!d(string=hai) anos
pai
achega
9baf2d4ba4
Modificáronse 1 ficheiros con 1 adicións e 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,
 };