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

Use more ergonomic actix_web::Error instead of http::Error for HttpResponseBuilder::body()

This commit is contained in:
Nikolay Kim
2018-03-21 20:15:52 -07:00
parent e8a1850c79
commit e49910cdab
4 changed files with 26 additions and 23 deletions

View File

@ -4,6 +4,8 @@
* Fix client connection pooling
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `HttpResponseBuilder::body()`
## 0.4.10 (2018-03-20)