google.golang.org/grpc/internal/transport.http2Client.Close (method)

13 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L315: 		t.Close()
		http2_client.go#L319: 		t.Close()
		http2_client.go#L338: 		t.Close()
		http2_client.go#L344: 			t.Close()
		http2_client.go#L808: func (t *http2Client) Close() error {
		http2_client.go#L862: 		t.Close()
		http2_client.go#L1110: 		t.Close()
		http2_client.go#L1128: 			t.Close()
		http2_client.go#L1158: 		t.Close()
		http2_client.go#L1276: 		t.Close() // this kicks off resetTransport, so must be last before return
		http2_client.go#L1285: 		t.Close() // this kicks off resetTransport, so must be last before return
		http2_client.go#L1315: 				t.Close()
		http2_client.go#L1374: 				t.Close()