golang.org/x/net/http2.clientStream.on100 (field)

4 uses

	golang.org/x/net/http2 (current package)
		transport.go#L286: 	on100         func() // optional code to run if get a 100 continue response
		transport.go#L1091: 	cs.on100 = bodyWriter.on100
		transport.go#L2021: 			if cs.on100 != nil {
		transport.go#L2022: 				cs.on100() // forces any write delay timer to fire