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

Fix illegal chunked encoding (#1615)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
masnagam
2020-07-22 01:24:56 +09:00
committed by GitHub
parent 6dc47c4093
commit 701bdacfa2
2 changed files with 33 additions and 10 deletions

View File

@ -7,6 +7,12 @@
[#1614]: https://github.com/actix/actix-web/pull/1614
### Changed
* Fix illegal chunked encoding. [#1615]
[#1615]: https://github.com/actix/actix-web/pull/1615
## [2.0.0-beta.1] - 2020-07-11
### Changed