COMMITS
December 2, 2025
L
fix(http1): fix rare missed write wakeup on connections v2
Louis Thiery committed
L
test(http1): setup test fixture for dispatch loop
Louis Thiery committed
March 31, 2026
M
fix(http2): cancel sending client request body on response future drop (#4042)
Manish Mishra committed
December 16, 2025
P
feat(http1): add UpgradeableConnection::into_parts
Pavel Borzenkov committed
P
feat(error): add 'Error::is_parse_version_h2' method
Pavel Borzenkov committed
S
test(lib): fix unused warnings due to feature gating test imports (#3997)
Sean McArthur committed
March 27, 2026
W
fix(http1): allow keep-alive for chunked requests with trailers (#4043)
wi-adam committed
March 24, 2026
J
feat(client): expose HTTP/2 current max stream count (#4026)
John Howard committed
March 16, 2026
March 13, 2026
D
docs(client): fix HTTP/2 max concurrent stream link to spec (#4037)
dentiny committed
February 17, 2026
T
chore(dependencies): drop pin-utils dependency (#4023)
tottoto committed
February 16, 2026
R
feat(client): add HTTP/2 `max_local_error_reset_streams` option (#4021)
Roman Titov committed
C
S
chore(ci): generate lockfile for audit workflow
Sean McArthur committed
S
chore(ci): remove comments to allow CI MSRV to parse toml
Sean McArthur committed
February 6, 2026
N
chore: convert bug report template to GitHub form (#4015)
No jae gun committed
H
fix(http1): use case-insensitive matching for trailer fields (#4011)
HueCodes committed
January 12, 2026
D
docs(examples): replace unwraps with expects explaining why (#4001)
Dongpo Liu committed
J
chore(license): update copyright year to 2026 (#4007)
jasmy committed
T
chore(ci): update to cargo-check-external-types 0.4.0 (#4006)
tottoto committed
T
chore(ci): update to actions/checkout@v6 (#4005)
tottoto committed
S
test(server): fix flaky disable_keep_alive_mid_request (#4009)
Sean McArthur committed
January 5, 2026
D
fix(http1): use httparse config for Servers (#4002)
Dongpo Liu committed
December 19, 2025
December 1, 2025
C
docs(rt): fix comment in `put_slice()` (#3986)
Carlos O'Ryan committed
November 25, 2025
S
refactor(http1): replace many args of Chunked::step with struct (#3982)
Sean McArthur committed
S
refactor(http1): use saturating_sub instead of manual impl (#3983)
Sean McArthur committed
November 24, 2025
S
refactor(http1): simplify match of Token parse error (#3981)
Sean McArthur committed
M
chore(ci): run cargo-audit weekly to check for known vulnerabilities in dependencies. (#3246)
Michael Rodler committed