2
0
mirror of synced 2025-02-24 06:38:14 +00:00

Merge branch 'master' into vgo-ci

This commit is contained in:
Matt Joiner 2018-07-29 19:52:41 +10:00
commit 85a26c7d32

View File

@ -410,6 +410,7 @@ func (cl *Client) acceptConnections(l net.Listener) {
}
if err != nil {
log.Printf("error accepting connection: %s", err)
continue
}
go func() {
if reject {