File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.12.4 (2018-06-28)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:**
7
+ * fix keep-alive header detection when parsing responses ([ c03c39e0] ( https://github.com/hyperium/hyper/commit/c03c39e0ffca94bce265db92281a50b2abae6f2b ) )
8
+ * try to reuse connections when pool checkout wins ([ f2d464ac] ( https://github.com/hyperium/hyper/commit/f2d464ac79b47f988bffc826b80cf7d107f80694 ) )
9
+
10
+
1
11
### v0.12.3 (2018-06-25)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.12.3 " # don't forget to update html_root_url
4
+ version = " 0.12.4 " # don't forget to update html_root_url
5
5
description = " A fast and correct 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.12.3 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.12.4 " ) ]
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