Searched refs:testTransportAutoHTTP (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transport_test.go | 4582 testTransportAutoHTTP(t, &Transport{}, true) 4586 testTransportAutoHTTP(t, &Transport{ 4594 testTransportAutoHTTP(t, DefaultTransport.(*Transport), true) 4598 testTransportAutoHTTP(t, &Transport{ 4604 testTransportAutoHTTP(t, &Transport{ 4610 testTransportAutoHTTP(t, &Transport{ 4617 testTransportAutoHTTP(t, &Transport{ 4624 testTransportAutoHTTP(t, &Transport{ 4630 testTransportAutoHTTP(t, &Transport{ 4637 func testTransportAutoHTTP(t *testing.T, tr *Transport, wantH2 bool) { func
|