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

Refactoring of server output to not exclude HTTP_10 (#552)

This commit is contained in:
Douman
2018-10-19 07:52:10 +03:00
committed by GitHub
parent f383f618b5
commit 960274ada8
2 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.7.14] - 2018-10-x
### Fixed
* HttpServer now treats streaming bodies the same for HTTP/1.x protocols. #549
## [0.7.13] - 2018-10-14
### Fixed