Skip to content

http2 machine: Allow sending trailers from clients#149

Open
the-mikedavis wants to merge 1 commit into
ninenines:masterfrom
the-mikedavis:md/trailers
Open

http2 machine: Allow sending trailers from clients#149
the-mikedavis wants to merge 1 commit into
ninenines:masterfrom
the-mikedavis:md/trailers

Conversation

@the-mikedavis
Copy link
Copy Markdown

@the-mikedavis the-mikedavis commented Apr 7, 2026

Servers may only send trailers if clients set 'TE' to 'trailers' exactly. Clients may send trailers unannounced, though. We can always allow the HTTP/2 machine to queue trailer data if the mode is set to client.

This will be necessary for ninenines/gun#359.

Servers may only send trailers if clients set 'TE' to 'trailers'
exactly. Clients may send trailers unannounced, though. We can always
allow the HTTP/2 machine to queue trailer data if the `mode` is set to
`client`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant