Skip to content

feat: respect chosen HTTP version in 'serve_connection_with_upgrades' - #250

Open
pborzenkov wants to merge 1 commit into
hyperium:masterfrom
pborzenkov:specific-version-with-upgrades
Open

pborzenkov wants to merge 1 commit into
hyperium:masterfrom
pborzenkov:specific-version-with-upgrades

Conversation

@pborzenkov

Copy link
Copy Markdown

This allows to use the same builder to configure a server that supports
upgrades (e.g. WebSockets) and can either read HTTP version from the
incoming stream, or be restricted to a specific HTTP version based on
the externally made decision (e.g. ALPN).

This allows to use the same builder to configure a server that supports
upgrades (e.g. WebSockets) and can either read HTTP version from the
incoming stream, or be restricted to a specific HTTP version based on
the externally made decision (e.g. ALPN).
@cratelyn cratelyn added A-server Area: server. C-feature Category: feature. This is adding a new feature. S-waiting-on-review Status: waiting on review. labels Sep 24, 2026
@cratelyn
cratelyn self-requested a review September 24, 2026 18:49

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-server Area: server. C-feature Category: feature. This is adding a new feature. S-waiting-on-review Status: waiting on review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants