net/http.http2clientStream.on100 (field)

4 uses

	net/http (current package)
		h2_bundle.go#L6788: 	on100         func() // optional code to run if get a 100 continue response
		h2_bundle.go#L7594: 	cs.on100 = bodyWriter.on100
		h2_bundle.go#L8524: 			if cs.on100 != nil {
		h2_bundle.go#L8525: 				cs.on100() // forces any write delay timer to fire