Commit 9baf2d4b authored by Sergey Lyubka's avatar Sergey Lyubka

Using keep alive in unit test

parent 1becd26a
...@@ -247,6 +247,7 @@ static const struct mg_callbacks CALLBACKS = { ...@@ -247,6 +247,7 @@ static const struct mg_callbacks CALLBACKS = {
static const char *OPTIONS[] = { static const char *OPTIONS[] = {
"document_root", ".", "document_root", ".",
"listening_ports", LISTENING_ADDR, "listening_ports", LISTENING_ADDR,
"enable_keep_alive", "yes",
"ssl_certificate", "build/ssl_cert.pem", "ssl_certificate", "build/ssl_cert.pem",
NULL, NULL,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment