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

Allow to use Arc<Vec<u8>> as response/request body

This commit is contained in:
Nikolay Kim
2018-03-04 10:33:18 -08:00
parent 631fe72a46
commit 11347e3c7d
2 changed files with 31 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## 0.4.4 (2018-03-xx)
* Allow to use Arc<Vec<u8>> as response/request body
* Fix handling of requests with an encoded body with a length > 8192 #93
## 0.4.3 (2018-03-03)