net/http.chunkWriter.chunking (field)
8 uses
net/http (current package)
server.go#L360: chunking bool // using chunked transfer encoding for reply body
server.go#L376: if cw.chunking {
server.go#L384: if cw.chunking && err == nil {
server.go#L404: if cw.chunking {
server.go#L616: if !w.cw.chunking && w.bodyAllowed() {
server.go#L1443: cw.chunking = false
server.go#L1448: cw.chunking = true
server.go#L1464: if cw.chunking {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)