net/http.HTTP2Config.WriteByteTimeout (field)

5 uses

	net/http (current package)
		h2_bundle.go#L1190: 	if h2.WriteByteTimeout != 0 {
		h2_bundle.go#L1191: 		conf.WriteByteTimeout = h2.WriteByteTimeout
		http.go#L280: 	WriteByteTimeout time.Duration

	golang.org/x/net/http2
		config.go#L155: 	if h2.WriteByteTimeout != 0 {
		config.go#L156: 		conf.WriteByteTimeout = h2.WriteByteTimeout