Home
last modified time | relevance | path

Searched refs:testAutomaticHTTP2_Serve (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go1698 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