MCPcopy 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
40func (this *HTTPClient) IsProxyProtocol() bool {
41 return this.isProxyProtocol
42}
43
44// Close 关闭
45func (this *HTTPClient) Close() {

Callers 1

cleanClientsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected