Skip to content

Commit cc65b5b

Browse files
committed
ipn: m code comment
1 parent 6cf2d14 commit cc65b5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

intra/backend/ipn_proxies.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ type Client interface {
219219
IP4() (*IPMetadata, error)
220220
// IP6 returns information about this client's remote IPv6.
221221
IP6() (*IPMetadata, error)
222+
// TODO: Move Reaches here?
223+
// TODO: Fetch(method, url, headers, body) (status, headers, body, err)
222224
}
223225

224226
// ProxyListener is a listener for proxy events.

intra/ipn/pxclient.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ func httpClient(p Proxy, network string, u *url.URL) *http.Client {
381381
}
382382
}
383383

384-
// Client implementations for proxies that previously lacked x.Client.
385384
func (h *base) Client() x.Client { return newProxyClient(h) }
386385
func (h *exit) Client() x.Client { return newProxyClient(h) }
387386
func (h *exit64) Client() x.Client { return newProxyClient(h) }

0 commit comments

Comments
 (0)