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

Fix payload parse in situation when socket data is not ready

This commit is contained in:
Nikolay Kim
2018-03-01 18:26:26 -08:00
parent 4aaf9f08f8
commit 5b6d7cddbf
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Changes
## 0.4.1 (2018-03-xx)
## 0.4.1 (2018-03-01)
* Fix payload parse in situation when socket data is not ready.
* Fix Session mutable borrow lifetime #87