mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
d6d75ee390
commit
d9453396bc
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc
|
|||
}
|
||||
|
||||
func (p *HTTPProxy) httpWorker() error {
|
||||
fmt.Printf(" httpWorker\n")
|
||||
fmt.Printf(" httpWorker, server=%v\n", p.Server)
|
||||
p.isRunning = true
|
||||
return p.Server.ListenAndServe()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue