MCPcopy Index your code
hub / github.com/tailscale/tailscale / CloseRead

Method CloseRead

wgengine/netstack/netstack.go:1699–1699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1697// allow closing of the read and write streams independently of each other.
1698type tcpCloser interface {
1699 CloseRead() error
1700 CloseWrite() error
1701}
1702

Callers 1

forwardTCPMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected