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+
112### v0.11.20 (2018-02-26)
213
314
Original file line number Diff line number Diff line change 11[package ]
22
33name = " 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
55description = " A modern HTTP library."
66readme = " README.md"
77homepage = " 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 " ) ]
22#![ deny( missing_docs) ]
33#![ deny( warnings) ]
44#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments