File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.3 (2024-01-31)
2+
3+ ### Added
4+
5+ - Add ` Error::is_connect() ` which returns true if error came from client ` Connect ` .
6+ - Add timer support to ` legacy ` pool.
7+ - Add support to enable http1/http2 parts of ` auto::Builder ` individually.
8+
9+ ### Fixed
10+
11+ - Fix ` auto ` connection so it can handle requests shorter than the h2 preface.
12+ - Fix ` legacy::Client ` to no longer error when keep-alive is diabled.
13+
114# 0.1.2 (2023-12-20)
215
316### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper-util"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " hyper utilities"
55readme = " README.md"
66homepage = " https://hyper.rs"
@@ -11,7 +11,6 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
1111keywords = [" http" , " hyper" , " hyperium" ]
1212categories = [" network-programming" , " web-programming::http-client" , " web-programming::http-server" ]
1313edition = " 2021"
14- resolver = " 2"
1514
1615[package .metadata .docs .rs ]
1716features = [" full" ]
You can’t perform that action at this time.
0 commit comments