net/http: Allow configuring write timeout of header/body on transport #26942
Labels
Comments
Have you considered setting whatever you want on http.Server and then setting the reverse proxy as the Server's Handler? Do you see any concerns with that? |
Just realized I can just cancel the request context to make this work. All is good. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure how important this is but given
*http.Server
has fields for this, maybe*httputil.ReverseProxy
should as well.The text was updated successfully, but these errors were encountered: