diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-17 23:51:47 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-17 23:51:47 +0200 |
commit | cc91c2547ca256e5072f7deecbbfd5aef76eb49c (patch) | |
tree | ea0564f1809b51e712b75b8e1c3693588fe9e171 | |
parent | c7553c3ba4c6718ad6c626ede9085bae51dfc5bf (diff) |
WIP: commentbuild20
-rw-r--r-- | tunnel/tools/libwg-go/http-proxy.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/tools/libwg-go/http-proxy.go b/tunnel/tools/libwg-go/http-proxy.go index 241c7f7d..11ab0716 100644 --- a/tunnel/tools/libwg-go/http-proxy.go +++ b/tunnel/tools/libwg-go/http-proxy.go @@ -598,6 +598,7 @@ func (h *HttpHandler) addConnToProxyMap(c net.Conn) error { case pkg := <-retCh: h.logger.Verbosef("uidResponse: '%v'", pkg) + // TODO add NotMetered as proxy, ok := h.proxyMap[pkg] if !ok { proxy, err = h.findProxyForPkg(pkg) |