1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

fix error handling

This commit is contained in:
Nikolay Kim
2018-12-26 11:50:07 -08:00
parent 48a1c7320c
commit 112a7b6b1b
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changes
## [0.1.1] - 2018-xx-xx
* Fix framed transport error handling
## [0.1.0] - 2018-12-09
* Move utils services to separate crate