net/http.Request.Close (field)
10 uses
net/http (current package)
h2_bundle.go#L10349: return req.Close || httpguts.HeaderValuesContainsToken(req.Header["Connection"], "close")
request.go#L223: Close bool
request.go#L1165: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1180: req.Close = true
request.go#L1530: if r.Close {
transfer.go#L88: t.Close = rr.Close
transfer.go#L514: t.Close = rr.Close
transfer.go#L592: rr.Close = t.Close
transport.go#L2247: if resp.Close || rc.treq.Request.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2441: if resp.Close || rc.treq.Request.Close {
![]() |
The pages are generated with Golds v0.7.6. (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. |