1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Fix connector's default keep-alive and lifetime settings #212

This commit is contained in:
Nikolay Kim
2018-05-08 13:41:04 -07:00
parent ecda97aadd
commit b3cc43bb9b
3 changed files with 22 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changes
## 0.6.1 (2018-05-xx)
* Fix connector's default `keep-alive` and `lifetime` settings #212
## 0.6.0 (2018-05-08)
* Add route scopes #202