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

Handle Trailers #2

Open
brendanzab opened this issue Jul 15, 2017 · 1 comment
Open

Handle Trailers #2

brendanzab opened this issue Jul 15, 2017 · 1 comment

Comments

@brendanzab
Copy link
Collaborator

Go's httputil.ReverseProxy handles Trailers. We currently don't. It would be a tricky thing to do because they need to be inserted after the body has been streamed. I'm not sure how to do it with hyper.

See reverseproxy.go for an example of how the go folks do it!

@somehowchris
Copy link
Contributor

@felipenoris Is this now handled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants