Add merged pull requests

This commit is contained in:
Petitoto 2020-05-12 16:38:13 +01:00
commit 090ba11e5a
2 changed files with 2 additions and 1 deletions

View file

@ -399,6 +399,7 @@ func (p *HTTPProxy) httpsWorker() error {
},
Host: hostname,
Header: make(http.Header),
RemoteAddr: c.RemoteAddr().String(),
}
p.Proxy.ServeHTTP(dumbResponseWriter{tlsConn}, req)
}(c)