Skip to content
Snippets Groups Projects
Commit 5ecc19d4 authored by ale's avatar ale
Browse files

Replace gorilla/handlers.ProxyHandler with a simpler implementation

The ProxyHandler apparently assumes that you're running a gorilla.Mux
for request routing, as it sets the URL.Scheme field of the incoming
request - which is normally unset. This has the consequence of messing
up all sorts of things, including redirects, because the other
fields (like Host) of the request URL are still going to be unset.
parent dacdd901
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment