net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3473: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L3583: 	if p.donec == nil {
		h2_bundle.go#L3589: 	case <-p.donec:
		h2_bundle.go#L3591: 		close(p.donec)
		h2_bundle.go#L3610: 	if p.donec == nil {
		h2_bundle.go#L3611: 		p.donec = make(chan struct{})
		h2_bundle.go#L3617: 	return p.donec