From 9baf2d4ba424fefe3c85f16d44ca7bcb056e4522 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Fri, 8 Feb 2013 08:19:01 +0000 Subject: [PATCH] Using keep alive in unit test --- test/unit_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit_test.c b/test/unit_test.c index 149d5655..4d767209 100644 --- a/test/unit_test.c +++ b/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, };