File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.14.10 (2021-07-07)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** http1:**
7
+ * reject content-lengths that have a plus sign prefix ([ 06335158] ( https://github.com/hyperium/hyper/commit/06335158ca48724db9bf074398067d2db08613e7 ) )
8
+ * protect against overflow in chunked decoder ([ efd9a982] ( https://github.com/hyperium/hyper/commit/efd9a9821fd2f1ae04b545094de76a435b62e70f ) )
9
+
10
+
11
+ #### Features
12
+
13
+ * ** ffi:** add option to get raw headers from response ([ 8c89a8c1] ( https://github.com/hyperium/hyper/commit/8c89a8c1665b6fbec3f13b8c0e84c79464179c89 ) )
14
+
15
+
1
16
### v0.14.9 (2021-06-07)
2
17
3
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper"
3
- version = " 0.14.9 " # don't forget to update html_root_url
3
+ version = " 0.14.10 " # don't forget to update html_root_url
4
4
description = " A fast and correct HTTP library."
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments