You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: