Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b030246
http2: reclaim closed-stream entries from the session streams map
May 9, 2026
548c443
[autofix.ci] apply automated fixes
autofix-ci[bot] May 9, 2026
3d11150
h2: drain payloads for stale stream frames; relax test stderr assert
May 9, 2026
6c2fd1e
h2: defensive re-lookup in sendData defer + setStreamPriority tolerance
May 9, 2026
90fbed2
h2: don't credit stale stream-scope WINDOW_UPDATE to the connection w…
May 9, 2026
2094941
h2: re-resolve stream after dispatch/GOAWAY in DATA frame + adjustWin…
May 9, 2026
45db73d
h2: scope stale-stream detection to the client side
May 9, 2026
3412b5a
h2: derive closed-state value from the enum type instead of literal 7
May 9, 2026
0341833
h2: don't remove server-side streams from the map
May 9, 2026
6ebc2d7
h2: check streamIdentifier directly in PING/GOAWAY handlers
May 9, 2026
b6fe0bc
h2: detach before freeResources in endStream/abortStream
May 9, 2026
3ae69a3
h2: gate removeAllClosedStreams on !isServer, drop unused field
May 9, 2026
9bac2c2
h2: re-resolve stream after user getters in setStreamPriority/sendTra…
May 9, 2026
e2596ec
ci: retrigger — re-roll flaky lanes (darwin-cpp build infra, Windows …
robobun May 9, 2026
de5f94c
h2: re-resolve stream in sendTrailers catches, detach in handleRSTStr…
robobun May 9, 2026
702defa
h2: detach-before-dispatch in emitError/AbortToAllStreams, re-resolve…
robobun May 9, 2026
8612e8f
test(30415): run concurrently — each spawns a self-contained subprocess
robobun May 9, 2026
0c62135
h2: use stream_id in request() invalid-parent branch for consistency
robobun May 9, 2026
bc4d535
h2: refresh removeAllClosedStreams doc comment
robobun May 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading