Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IsProxyProtocol
Method
IsProxyProtocol
internal/nodes/http_client.go:40–42 ·
view source on GitHub ↗
IsProxyProtocol 判断是否为PROXY Protocol
()
Source
from the content-addressed store, hash-verified
38
39
// IsProxyProtocol 判断是否为PROXY Protocol
40
func
(this *HTTPClient) IsProxyProtocol() bool {
41
return
this.isProxyProtocol
42
}
43
44
// Close 关闭
45
func
(this *HTTPClient) Close() {
Callers
1
cleanClients
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected