Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClientHandshakeContextCancellation (0.49 sec)

  1. src/crypto/tls/handshake_client_test.go

    			serverConfig.Certificates[0].SignedCertificateTimestamps, ccs.SignedCertificateTimestamps)
    	}
    }
    
    // TestClientHandshakeContextCancellation tests that canceling
    // the context given to the client side conn.HandshakeContext
    // interrupts the in-progress handshake.
    func TestClientHandshakeContextCancellation(t *testing.T) {
    	c, s := localPipe(t)
    	ctx, cancel := context.WithCancel(context.Background())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
Back to top