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

use server keep-alive timer as slow request timer

This commit is contained in:
Nikolay Kim
2018-09-15 09:55:38 -07:00
parent c3f8b5cf22
commit d65c72b44d
9 changed files with 81 additions and 30 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.7.8] - 2018-09-xx
### Added
* Use server `Keep-Alive` setting as slow request timeout.
## [0.7.7] - 2018-09-11
### Fixed