We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69294bb commit 6b27688Copy full SHA for 6b27688
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.11 (June 30, 2025)
2
+
3
+* Fix client to not return an error when a clean shutdown otherwise doesn't get a TLS close_notify, which some servers don't bother sending.
4
5
# 0.4.10 (May 5, 2025)
6
7
* Fix `is_end_stream()` to return true only when ended cleanly, not when errored.
Cargo.toml
@@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.4.10"
+version = "0.4.11"
license = "MIT"
8
authors = [
9
"Carl Lerche <me@carllerche.com>",
0 commit comments