Fix conflict with last commit

This commit is contained in:
Petitoto 2020-05-12 16:42:33 +01:00
commit 62e253ee8b

View file

@ -397,8 +397,8 @@ func (p *HTTPProxy) httpsWorker() error {
Opaque: hostname,
Host: net.JoinHostPort(hostname, "443"),
},
Host: hostname,
Header: make(http.Header),
Host: hostname,
Header: make(http.Header),
RemoteAddr: c.RemoteAddr().String(),
}
p.Proxy.ServeHTTP(dumbResponseWriter{tlsConn}, req)