You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## v1.11.0 (2026-07-20)
2
+
3
+
4
+
#### Bug Fixes
5
+
6
+
***http1:**
7
+
* discard content-length header when received before transfer-encoding (#4124) ([540fff91](https://github.com/hyperium/hyper/commit/540fff9180ce47ee5fab01b6cc2126eb6c286eda), closes [#4123](https://github.com/hyperium/hyper/issues/4123))
8
+
* use append for repeat trailer values in encoder (#4118) ([de1483d7](https://github.com/hyperium/hyper/commit/de1483d7db70477cc8799a344634ae6ee020a7db))
9
+
* allow up to max_headers trailers (#4108) ([f584091a](https://github.com/hyperium/hyper/commit/f584091ac096bd5dd478f73256188c3261a945b9))
10
+
* use append for repeat trailers (#4107) ([876effe1](https://github.com/hyperium/hyper/commit/876effe10fd8f8ad4535ade1f84e88f199f2cf6b))
11
+
* flush buffered data before shutdown (#4018) ([72046cc7](https://github.com/hyperium/hyper/commit/72046cc72e7aa82c439eed00850b8b1ad3f7e4dc), closes [#4022](https://github.com/hyperium/hyper/issues/4022))
12
+
* more strictly enforce max_buf_size when parsing (#4093) ([90ede307](https://github.com/hyperium/hyper/commit/90ede307470dba98b4e184ad88d6f5aae8b0afd7), closes [#4081](https://github.com/hyperium/hyper/issues/4081))
13
+
***http2:** avoid buffering `Upgraded` writes without send capacity (#4102) ([aecf5abf](https://github.com/hyperium/hyper/commit/aecf5abfbc3dc95f21ac1538db1aa3f690fa6ab6))
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
You want to contribute? You're awesome!
4
4
5
-
Contributions come in all shapes and sizes. Let's take a tour of some of the different wants you could contribute.
5
+
Contributions come in all shapes and sizes. Let's take a tour of some of the different ways you could contribute.
6
6
7
7
## [Code of Conduct](./docs/CODE_OF_CONDUCT.md)
8
8
9
-
Firstly, all interactions with the project need to abide by the code of conduct. This is to make sure everyone is treated kindly.
9
+
Firstly, all interactions with the project need to abide by the code of conduct. This makes sure everyone is treated kindly.
10
10
11
11
## [Issues](./docs/ISSUES.md)
12
12
@@ -29,7 +29,7 @@ By the way, consider checking the [list of easy issues](https://github.com/hyper
29
29
30
30
Improving hyper's documentation is a huge help for everyone who is trying to _use_ hyper.
31
31
32
-
- The API documentation (rendered at https://docs.rs/hyper) is stored as rustdoc comments directly in the source.
32
+
- The API [documentation](https://docs.rs/hyper) is stored as rustdoc comments directly in the source.
33
33
- The main website has [tutorial-style guides](https://hyper.rs/guides). As of v1, they are currently in a [revamp](https://github.com/hyperium/hyper/issues/3411), and would greatly benefit from being filled out.
0 commit comments