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

Do not enable chunked encoding for HTTP/1.0

This commit is contained in:
Nikolay Kim
2018-01-13 12:46:43 -08:00
parent b805d87ee7
commit 305666067e
2 changed files with 13 additions and 9 deletions

View File

@ -2,7 +2,9 @@
## 0.3.1 (2018-01-xx)
*
* Fix directory entry path #47
* Do not enable chunked encoding for HTTP/1.0
## 0.3.0 (2018-01-12)