Skip to content

Commit

Permalink
Fix conflict with last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Petitoto committed May 12, 2020
1 parent 090ba11 commit 62e253e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/http_proxy/http_proxy_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62e253e

Please sign in to comment.