net/http.Request.Close (field)
10 uses
net/http (current package)
h2_bundle.go#L10534: return req.Close || httpguts.HeaderValuesContainsToken(req.Header["Connection"], "close")
request.go#L224: Close bool
request.go#L1156: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1171: req.Close = true
request.go#L1521: if r.Close {
transfer.go#L89: t.Close = rr.Close
transfer.go#L515: t.Close = rr.Close
transfer.go#L593: rr.Close = t.Close
transport.go#L2372: if resp.Close || rc.treq.Request.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2567: if resp.Close || rc.treq.Request.Close {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |