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

add client response timeout

This commit is contained in:
Nikolay Kim
2018-03-06 17:04:48 -08:00
parent 5c88441cd7
commit 57a1d68f89
4 changed files with 70 additions and 30 deletions

View File

@ -11,7 +11,8 @@
* Add `ResponseError` impl for `SendRequestError`.
This improves ergonomics of http client.
* Allow connection timeout to be set
* Allow client connection timeout to be set #108
## 0.4.4 (2018-03-04)