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.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. |