mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-18 20:16:36 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
6d007762a0 |
@ -86,7 +86,7 @@ func (p *Proxy) Start() error {
|
|||||||
conn.Close()
|
conn.Close()
|
||||||
|
|
||||||
log.Printf("Unable to dial: %s, error: %s", upstreamAddr, err.Error())
|
log.Printf("Unable to dial: %s, error: %s", upstreamAddr, err.Error())
|
||||||
return err
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
go pipe(conn, upstream)
|
go pipe(conn, upstream)
|
||||||
|
Reference in New Issue
Block a user