Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAutomaticHTTP2_Serve (0.27 sec)

  1. src/net/http/serve_test.go

    	testAutomaticHTTP2_Serve(t, nil, true)
    }
    
    func TestAutomaticHTTP2_Serve_NonH2TLSConfig(t *testing.T) {
    	testAutomaticHTTP2_Serve(t, &tls.Config{}, false)
    }
    
    func TestAutomaticHTTP2_Serve_H2TLSConfig(t *testing.T) {
    	testAutomaticHTTP2_Serve(t, &tls.Config{NextProtos: []string{"h2"}}, true)
    }
    
    func testAutomaticHTTP2_Serve(t *testing.T, tlsConf *tls.Config, wantH2 bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top