| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-28 | 4.0 kB | |
| v1.11.1 source code.tar.gz | 2026-08-28 | 323.7 kB | |
| v1.11.1 source code.zip | 2026-08-28 | 395.3 kB | |
| Totals: 3 Items | 722.9 kB | 1 | |
Bug Fixes
- http1:
- detect TE: trailers caselessly and with other values (#4152) (72fcf545)
- recognize
\n\r\nas a head terminator in the partial-read fast path (#4147) (3534d75c, closes #4145) - flush bytes buffered by the write re-check before yielding (#4143) (f660f5bf)
- evict pooled conn on request-side Connection: close (#4110) (da19be08)
What's Changed
- fix(http1): evict pooled conn on request-side Connection: close by @samlandfried in https://github.com/hyperium/hyper/pull/4110
- test(http1): rewrite disabled old 0.1-futures conn tests by @seanmonstar in https://github.com/hyperium/hyper/pull/4138
- Update CONTRIBUTING.md by @Catwoman08 in https://github.com/hyperium/hyper/pull/4140
- refactor(error/upgrade): move from the use of ref patterns to
&and remove allow for lintref_patternsby @logan-bobo in https://github.com/hyperium/hyper/pull/4141 - fix(http1): flush bytes buffered by the write re-check before yielding by @ricochet in https://github.com/hyperium/hyper/pull/4143
- Fix documentation typo by @latent-9 in https://github.com/hyperium/hyper/pull/4146
- perf(http2): reserve minimal send capacity when piping request bodies by @sandersaares in https://github.com/hyperium/hyper/pull/4149
- chore(lib): cleanup old commented code by @dswij in https://github.com/hyperium/hyper/pull/4151
- fix(http1): recognize \n\r\n as a head terminator in the partial-read fast path by @nam2ee in https://github.com/hyperium/hyper/pull/4147
- docs(body): add streaming read examples by @fzlzjerry in https://github.com/hyperium/hyper/pull/4148
- fix(http1): detect TE: trailers caselessly and with other values by @seanmonstar in https://github.com/hyperium/hyper/pull/4152
- fix missing_errors_doc lint by @CinisBorn in https://github.com/hyperium/hyper/pull/4154
- refactor: drop redundant
continueand remove needless_continue allow by @MsfPablo in https://github.com/hyperium/hyper/pull/4157 - docs: expand crate-level cancel safety section with HTTP/1 vs HTTP/2 by @MsfPablo in https://github.com/hyperium/hyper/pull/4156
- style(lib): temporarily allow some new clippy lints by @seanmonstar in https://github.com/hyperium/hyper/pull/4165
- Add an initial COLLABORATORS guide by @seanmonstar in https://github.com/hyperium/hyper/pull/4158
- clippy: remove lints removed in newer clippy versions by @tangaac in https://github.com/hyperium/hyper/pull/4167
- Prepare v1.11.1 by @seanmonstar in https://github.com/hyperium/hyper/pull/4169
New Contributors
- @samlandfried made their first contribution in https://github.com/hyperium/hyper/pull/4110
- @Catwoman08 made their first contribution in https://github.com/hyperium/hyper/pull/4140
- @logan-bobo made their first contribution in https://github.com/hyperium/hyper/pull/4141
- @ricochet made their first contribution in https://github.com/hyperium/hyper/pull/4143
- @latent-9 made their first contribution in https://github.com/hyperium/hyper/pull/4146
- @sandersaares made their first contribution in https://github.com/hyperium/hyper/pull/4149
- @nam2ee made their first contribution in https://github.com/hyperium/hyper/pull/4147
- @fzlzjerry made their first contribution in https://github.com/hyperium/hyper/pull/4148
- @CinisBorn made their first contribution in https://github.com/hyperium/hyper/pull/4154
- @MsfPablo made their first contribution in https://github.com/hyperium/hyper/pull/4157
- @tangaac made their first contribution in https://github.com/hyperium/hyper/pull/4167
Full Changelog: https://github.com/hyperium/hyper/compare/v1.11.0...v1.11.1