Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/cloudflared
/ close
Method
close
connection/http2.go:188–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(c *HTTP2Connection) close() {
189
// Wait for all serve HTTP handlers to return
190
c.activeRequestsWG.Wait()
191
c.conn.Close()
192
}
193
194
type
http2RespWriter
struct
{
195
r io.Reader
Callers
3
Serve
Method · 0.95
attempt_connection
Method · 0.45
_drain
Method · 0.45
Calls
2
Wait
Method · 0.80
Close
Method · 0.65
Tested by
1
attempt_connection
Method · 0.36