Searched refs:testAutomaticHTTP2_Serve (Results 1 – 1 of 1) sorted by relevance
1698 testAutomaticHTTP2_Serve(t, nil, true)1702 testAutomaticHTTP2_Serve(t, &tls.Config{}, false)1706 testAutomaticHTTP2_Serve(t, &tls.Config{NextProtos: []string{"h2"}}, true)1709 func testAutomaticHTTP2_Serve(t *testing.T, tlsConf *tls.Config, wantH2 bool) { func