Skip to content

Drop HttpResponseHeaders and add a default method to notify trailing headers #1397

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

Closed
slandelle opened this issue Apr 20, 2017 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@slandelle
Copy link
Contributor

HttpResponseHeaders brings an extra allocation and complexity for the sheer sake of holding the information that those headers are trailing ones. Trailing headers are actually a rare thing, we could just add an extra method on AsyncHandler with a default implementation that would noop.

@slandelle slandelle added this to the 2.1.0 milestone Apr 20, 2017
@slandelle slandelle self-assigned this Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant