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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |