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

Read until eof for http/1.0 responses #771

This commit is contained in:
Nikolay Kim
2019-04-24 11:57:40 -07:00
parent 2e19f572ee
commit f429d3319f
2 changed files with 24 additions and 2 deletions

View File

@ -4,6 +4,10 @@
* Allow to render h1 request headers in `Camel-Case`
### Fixed
* Read until eof for http/1.0 responses #771
## [0.1.3] - 2019-04-23