Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go56 type http2Server struct { struct
57 ctx context.Context
58 ctxDone <-chan struct{} // Cache the context.Done() chan
59 cancel context.CancelFunc
60 conn net.Conn
61 loopy *loopyWriter
62 readerDone chan struct{} // sync point to enable testing.
63 writerDone chan struct{} // sync point to enable testing.
64 remoteAddr net.Addr
65 localAddr net.Addr
[all …]