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

Fix http/2 payload streaming #215

This commit is contained in:
Nikolay Kim
2018-05-08 15:44:50 -07:00
parent ba816a8562
commit 47d80382b2
6 changed files with 23 additions and 18 deletions

View File

@ -1,6 +1,8 @@
# Changes
## 0.6.1 (2018-05-xx)
## 0.6.1 (2018-05-08)
* Fix http/2 payload streaming #215
* Fix connector's default `keep-alive` and `lifetime` settings #212