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

allow to disable http/2 support

This commit is contained in:
Nikolay Kim
2018-03-16 08:48:44 -07:00
parent b16f2d5f05
commit 4096089a3f
5 changed files with 31 additions and 15 deletions

View File

@ -1,6 +1,8 @@
# Changes
## 0.4.9 (2018-03-xx)
## 0.4.9 (2018-03-16)
* Allow to disable http/2 support
* Wake payload reading task when data is available