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

add Clone impl for Either service

This commit is contained in:
Nikolay Kim
2019-01-16 15:00:08 -08:00
parent cbc378b67f
commit f94ef5248e
2 changed files with 22 additions and 0 deletions

View File

@ -4,6 +4,10 @@
* Fix framed transport error handling
* Added Clone impl for Either service
* Added Service and NewService for Stream dispatcher
## [0.1.0] - 2018-12-09