net/http.http2bodyWriterState.timer (field)

9 uses

	net/http (current package)
		h2_bundle.go#L9096: 	timer  *time.Timer   // if non-nil, we're doing a delayed write
		h2_bundle.go#L9131: 	s.timer = time.AfterFunc(hugeDuration, func() {
		h2_bundle.go#L9138: 	if s.timer != nil {
		h2_bundle.go#L9139: 		if s.timer.Stop() {
		h2_bundle.go#L9146: 	if s.timer == nil {
		h2_bundle.go#L9151: 	s.timer.Stop()
		h2_bundle.go#L9159: 	if s.timer == nil {
		h2_bundle.go#L9167: 	if s.timer.Stop() {
		h2_bundle.go#L9168: 		s.timer.Reset(s.delay)