hyperium / hyperium/h2

Provide a way to shutdown a connection on quiescence

Open
#69 3 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
1.6k
Forks
382
Avg merge
20h 23m
Merged PRs (30d)
9

Description

Both the server and the client need a way to initiate a clean shutdown. The process should be:

  • Stop accepting new streams
  • Wait until all existing streams are complete
  • Send a GO_AWAY frame
  • Close the connection.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by tracing the client and server connection entry points, then verify that quiescence stops new streams, waits for active streams, sends a GO_AWAY frame, and closes the connection.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.