Skip to content

🔮 proxylite v0.3.0

Compare
Choose a tag to compare
@piaodazhu piaodazhu released this 24 Aug 15:15
· 8 commits to master since this release
b5c6109

In this release:

  1. Support customized hook function.
  2. Add Stop() method for proxyServer. It can be called in other goroutine to stop the blocking Run() method.
  3. Fix fatal bug in unit test: the proxyServer is never stopped, so the port is already in use.