File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.11.21 (2018-02-28)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:**
7
+ * check conn is closed in expire interval ([ 2fa0c845] ( https://github.com/hyperium/hyper/commit/2fa0c845b5f3f07e039522a9112a14593e02fe1b ) )
8
+ * schedule interval to clear expired idle connections ([ 727b7479] ( https://github.com/hyperium/hyper/commit/727b74797e5754af8abba8812a876c3c8fda6d94 ) )
9
+ * never call connect if idle connection is available ([ 13741f51] ( https://github.com/hyperium/hyper/commit/13741f5145eb3dc894d2bc8d8486fc51c29e2e41 ) )
10
+
11
+
1
12
### v0.11.20 (2018-02-26)
2
13
3
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.11.20 " # don't forget to update html_root_url
4
+ version = " 0.11.21 " # don't forget to update html_root_url
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/hyper/0.11.20 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.11.21 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( warnings) ]
4
4
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments