MCPcopy
hub / github.com/moby/moby / TestTCP4ProxyHalfClose

Function TestTCP4ProxyHalfClose

cmd/docker-proxy/network_proxy_linux_test.go:294–296  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

292}
293
294func TestTCP4ProxyHalfClose(t *testing.T) {
295 testTCP4Proxy(t, true, 0)
296}
297
298func TestTCP6Proxy(t *testing.T) {
299 backend := NewEchoServer(t, "tcp", "[::1]:0", EchoServerOptions{})

Callers

nothing calls this directly

Calls 1

testTCP4ProxyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…