MCPcopy Create free account
hub / github.com/code-scan/Goal / DontKeepAlive

Method DontKeepAlive

Ghttp/http.go:163–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 return h
162}
163func (h *Http) DontKeepAlive() *Http {
164 h.HttpTransport.DisableKeepAlives = true
165 return h
166}
167
168func (h *Http) Error() error {
169 return h.err

Callers 1

TestNewReqFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNewReqFunction · 0.64