Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dialConn (0.1 sec)

  1. src/net/timeout_test.go

    				// other test to see an unexpected extra connection.
    				defer func() {
    					cancel()
    					<-dialDone
    				}()
    
    				go func() {
    					defer close(dialDone)
    					d := Dialer{}
    					c, err := d.DialContext(ctx, ln.Addr().Network(), ln.Addr().String())
    					if err != nil {
    						// If the timing didn't work out, it is possible for this Dial
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 18:06:55 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top