Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for harmless (0.08 sec)

  1. src/net/http/transport_test.go

    // to callers before recycling the persistent connection, which meant
    // a client doing two subsequent requests could end up on different
    // connections. It's somewhat harmless but enough tests assume it's
    // not true in order to test other things that it's worth fixing.
    // Plus it's nice to be consistent and not have timing-dependent
    // behavior.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			},
    			"client CA bundle", "",
    		},
    		// this pair asserts we get errors about both client and server certs missing when in mutual mode
    		// and both are absent, but requires less rewriting of the testing harness than merging the cases
    		{
    			"mutual no certs",
    			&networking.ServerTLSSettings{
    				Mode:              networking.ServerTLSSettings_MUTUAL,
    				ServerCertificate: "",
    				PrivateKey:        "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top