(t *testing.T)
| 292 | } |
| 293 | |
| 294 | func TestTCP4ProxyHalfClose(t *testing.T) { |
| 295 | testTCP4Proxy(t, true, 0) |
| 296 | } |
| 297 | |
| 298 | func TestTCP6Proxy(t *testing.T) { |
| 299 | backend := NewEchoServer(t, "tcp", "[::1]:0", EchoServerOptions{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…