Searched defs:http2Server (Results 1 – 1 of 1) sorted by relevance
56 type http2Server struct { struct57 ctx context.Context58 ctxDone <-chan struct{} // Cache the context.Done() chan59 cancel context.CancelFunc60 conn net.Conn61 loopy *loopyWriter62 readerDone chan struct{} // sync point to enable testing.63 writerDone chan struct{} // sync point to enable testing.64 remoteAddr net.Addr65 localAddr net.Addr[all …]