mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Using keep alive in unit test
This commit is contained in:
parent
1becd26a8f
commit
9baf2d4ba4
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user