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

HttpServer not sending streamed request body on HTTP/2 requests #544

This commit is contained in:
Nikolay Kim
2018-10-14 08:08:12 -07:00
parent 63a443fce0
commit dd948f836e
3 changed files with 15 additions and 17 deletions

View File

@ -1,10 +1,13 @@
# Changes
## [0.7.13] - 2018-10-*
## [0.7.13] - 2018-10-14
### Fixed
* Fixed rustls build
* Fixed rustls support
* HttpServer not sending streamed request body on HTTP/2 requests #544
## [0.7.12] - 2018-10-10