net/http/httputil.maxLatencyWriter.flushPending (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L427: 			mlw.flushPending = true
		reverseproxy.go#L495: 	flushPending bool
		reverseproxy.go#L506: 	if m.flushPending {
		reverseproxy.go#L514: 	m.flushPending = true
		reverseproxy.go#L521: 	if !m.flushPending { // if stop was called but AfterFunc already started this goroutine
		reverseproxy.go#L525: 	m.flushPending = false
		reverseproxy.go#L531: 	m.flushPending = false