net/http.Request.Close (field)
9 uses
net/http (current package)
h2_bundle.go#L10181: return req.Close || httpguts.HeaderValuesContainsToken(req.Header["Connection"], "close")
request.go#L226: Close bool
request.go#L1110: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1125: req.Close = true
request.go#L1427: if r.Close {
transfer.go#L87: t.Close = rr.Close
transfer.go#L510: t.Close = rr.Close
transfer.go#L588: rr.Close = t.Close
transport.go#L2160: if resp.Close || rc.req.Close || resp.StatusCode <= 199 || bodyWritable {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |