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

fix client connection pooling

This commit is contained in:
Nikolay Kim
2018-03-21 11:51:08 -07:00
parent 7bcc258b09
commit 2d75ced4ed
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.4.11
* Fix client connection pooling
## 0.4.10 (2018-03-20)
* Use `Error` instead of `InternalError` for `error::ErrorXXXX` methods