Преглед на файлове

Using keep alive in unit test

Sergey Lyubka преди 12 години
родител
ревизия
9baf2d4ba4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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,
 };