Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
163
func
(h *Http) DontKeepAlive() *Http {
164
h.HttpTransport.DisableKeepAlives = true
165
return
h
166
}
167
168
func
(h *Http) Error() error {
169
return
h.err
Callers
1
TestNewReq
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNewReq
Function · 0.64