Using keep alive in unit test

This commit is contained in:
Sergey Lyubka 2013-02-08 08:19:01 +00:00
parent 1becd26a8f
commit 9baf2d4ba4

View File

@ -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,
};