Add keep_alive_timeout guide on README.md (#778)

This commit is contained in:
Seunghwan Hong 2020-11-30 21:11:22 +09:00 committed by GitHub
parent 615867322d
commit 9c0c98b1ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,6 +275,7 @@ svr.set_expect_100_continue_handler([](const Request &req, Response &res) {
```cpp
svr.set_keep_alive_max_count(2); // Default is 5
svr.set_keep_alive_timeout(10); // Default is 5
```
### Timeout