Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving HTTP/1.1 trailers #2703

Closed
Tracked by #2702
seanmonstar opened this issue Nov 19, 2021 · 0 comments · Fixed by #3637
Closed
Tracked by #2702

Receiving HTTP/1.1 trailers #2703

seanmonstar opened this issue Nov 19, 2021 · 0 comments · Fixed by #3637
Labels
A-http1 Area: HTTP/1 specific. C-feature Category: feature. This is adding a new feature. E-medium Effort: medium. Some knowledge of how hyper internal works would be useful.

Comments

@seanmonstar
Copy link
Member

No description provided.

@seanmonstar seanmonstar mentioned this issue Nov 19, 2021
2 tasks
@seanmonstar seanmonstar added A-client Area: client. A-http1 Area: HTTP/1 specific. E-medium Effort: medium. Some knowledge of how hyper internal works would be useful. C-feature Category: feature. This is adding a new feature. labels Nov 19, 2021
@seanmonstar seanmonstar changed the title Client-side receiving HTTP/1.1 trailers Receiving HTTP/1.1 trailers Dec 10, 2021
@seanmonstar seanmonstar removed the A-client Area: client. label Dec 10, 2021
hjr3 added a commit to hjr3/hyper that referenced this issue Apr 17, 2024
seanmonstar pushed a commit that referenced this issue May 13, 2024
This allows receiving HTTP/1 chunked trailers, both as a client
and as a server.

The number of trailer pairs is limited to 1024.

The size of the trailer fields is limited. The limit accounts for a
single, very large trailer field or many trailer fields that exceed the
limit in aggregate.

Closes #2703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http1 Area: HTTP/1 specific. C-feature Category: feature. This is adding a new feature. E-medium Effort: medium. Some knowledge of how hyper internal works would be useful.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant