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 = {
static const char *OPTIONS[] = {
"document_root", ".",
"listening_ports", LISTENING_ADDR,
"enable_keep_alive", "yes",
"ssl_certificate", "build/ssl_cert.pem",
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