Skip to content
Snippets Groups Projects
Commit 9baf2d4b authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Using keep alive in unit test

parent 1becd26a
No related branches found
No related tags found
No related merge requests found
...@@ -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,
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment