mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
Fix conflict with last commit
This commit is contained in:
parent
090ba11e5a
commit
62e253ee8b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue