func()

in conn.go [45:48]


func (c *tlsProxyConn) Close() error {
	c.closeOnce.Do(func() { close(c.closed) })
	return c.Conn.Close()
}