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

return error on write zero bytes

This commit is contained in:
Nikolay Kim
2018-03-10 10:42:46 -08:00
parent 71b4c07ea4
commit 6c709b33cc
3 changed files with 17 additions and 23 deletions

View File

@ -1,13 +1,13 @@
# Changes
## 0.4.6 (2018-03-09)
## 0.4.6 (2018-03-10)
* Fix client cookie handling
* Fix CORS middleware #117
* Fix json content type detection
* Fix CORS middleware #117
* Optimize websockets stream support