net/http.transferReader.Close (field)
10 uses
net/http (current package)
transfer.go#L443: Close bool
transfer.go#L493: t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
transfer.go#L506: t.Close = rr.Close
transfer.go#L548: t.Close = true
transfer.go#L559: t.Body = &body{src: internal.NewChunkedReader(r), hdr: msg, r: r, closing: t.Close}
transfer.go#L564: t.Body = &body{src: io.LimitReader(r, realLength), closing: t.Close}
transfer.go#L567: if t.Close {
transfer.go#L569: t.Body = &body{src: r, closing: t.Close}
transfer.go#L584: rr.Close = t.Close
transfer.go#L592: rr.Close = t.Close
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)