MCPcopy
hub / github.com/fabiolb/fabio / InetAfTCPProxyServer

Struct InetAfTCPProxyServer

proxy/inetaf_tcpproxy.go:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type InetAfTCPProxyServer struct {
20 Proxy *tcpproxy.Proxy
21 children []*childProxy
22}
23
24// Close - implements Server - is this even called?
25func (tps *InetAfTCPProxyServer) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected