MCPcopy
hub / github.com/cloudflare/cloudflared / TestValidBindRequest

Function TestValidBindRequest

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

Source from the content-addressed store, hash-verified

53}
54
55func TestValidBindRequest(t *testing.T) {
56 createRequest(t, socks5Version, bindCommand, "2001:db8::68", 1337, false)
57}
58
59func TestValidAssociateRequest(t *testing.T) {
60 createRequest(t, socks5Version, associateCommand, "127.0.0.1", 1234, false)

Callers

nothing calls this directly

Calls 1

createRequestFunction · 0.85

Tested by

no test coverage detected