MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / TestValidConnectRequest

Function TestValidConnectRequest

socks/request_test.go:51–53  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

49}
50
51func TestValidConnectRequest(t *testing.T) {
52 createRequest(t, socks5Version, connectCommand, "127.0.0.1", 1337, false)
53}
54
55func TestValidBindRequest(t *testing.T) {
56 createRequest(t, socks5Version, bindCommand, "2001:db8::68", 1337, false)

Callers

nothing calls this directly

Calls 1

createRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…