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

Allow connection timeout to be set

This commit is contained in:
Glade Miller
2018-03-06 15:26:09 -07:00
parent e708f51156
commit be7e8d159b
4 changed files with 40 additions and 8 deletions

View File

@ -1,5 +1,9 @@
# Changes
## 0.4.5
* Allow connection timeout to be set
## 0.4.4 (2018-03-04)
* Allow to use Arc<Vec<u8>> as response/request body