1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

use 5 seconds keep-alive timer by default

This commit is contained in:
Nikolay Kim
2018-09-15 09:57:54 -07:00
parent d65c72b44d
commit 9d1eefc38f
2 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@
* Use server `Keep-Alive` setting as slow request timeout.
### Changed
* Use 5 seconds keep-alive timer by default.
## [0.7.7] - 2018-09-11