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

fix client timer and add slow request tests

This commit is contained in:
Nikolay Kim
2018-10-02 00:19:28 -07:00
parent f007860a16
commit f3ce6574e4
8 changed files with 144 additions and 54 deletions

View File

@ -8,6 +8,8 @@
* Added slow request timeout setting
* Respond with 408 response on slow request timeout #523
### Fixed