Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
PortsForwarder.Expose()
proxy check
The check for existing `proxies` entries used `local` as a key, but they're actually inserted using keys of: `key(protocol, local)`. This meant that, previously, the check was ineffective and wouldn't reject duplicate forwards.
- Loading branch information