Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConcurrentPreferGoResolversDial (0.17 sec)

  1. src/net/lookup_test.go

    		lcr.mu.Lock()
    		lcr.dialed = true
    		lcr.mu.Unlock()
    		return Dial(network, address)
    	}
    }
    
    // TestConcurrentPreferGoResolversDial tests that multiple resolvers with the
    // PreferGo option used concurrently are all dialed properly.
    func TestConcurrentPreferGoResolversDial(t *testing.T) {
    	switch runtime.GOOS {
    	case "plan9":
    		// TODO: plan9 implementation of the resolver uses the Dial function since
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top