1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

impl ResponseError for SendError when possible (#619)

This commit is contained in:
ethanpailes
2018-12-11 11:37:52 -05:00
committed by Douman
parent 86af02156b
commit 90eef31cc0
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,9 @@
* Implement `FromRequest` extractor for `Either<A,B>`
* Implement `ResponseError` for `SendError`
## [0.7.15] - 2018-12-05
### Changed