Searched defs:http2ClientConn (Results 1 – 1 of 1) sorted by relevance
751 MarkDead(*http2ClientConn)989 func http2filterOutClientConn(in []*http2ClientConn, exclude *http2ClientConn) []*http2ClientConn {7474 type http2ClientConn struct { struct7475 t *http2Transport member7476 tconn net.Conn // usually *tls.Conn, except specialized impls7477 tlsState *tls.ConnectionState // nil only for specialized impls7478 reused uint32 // whether conn is being reused; atomic7479 singleUse bool // whether being used for a single http.Request7480 getConnCalled bool // used by clientConnPool7483 readerDone chan struct{} // closed on error[all …]