Home
last modified time | relevance | path

Searched defs:http2Client (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_client.go45 type http2Client struct { struct
46 ctx context.Context
47 cancel context.CancelFunc
48 ctxDone <-chan struct{} // Cache the ctx.Done() chan.
49 userAgent string
50 md interface{}
51 conn net.Conn // underlying communication channel
52 loopy *loopyWriter
53 remoteAddr net.Addr
54 localAddr net.Addr
[all …]