Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TLSHandshakeStart (0.12 sec)

  1. src/net/http/transport_test.go

    		TLSClientConfig: &tls.Config{
    			ServerName: "dns-is-faked.golang",
    			RootCAs:    certpool,
    		},
    	}}
    
    	trace := &httptrace.ClientTrace{
    		TLSHandshakeStart: func() { logf("TLSHandshakeStart") },
    		TLSHandshakeDone: func(s tls.ConnectionState, err error) {
    			logf("TLSHandshakeDone: ConnectionState = %v \n err = %v", s, err)
    		},
    	}
    
    	req, _ := NewRequest("GET", ts.URL, nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top