Skip to content

fix race due shared verbose variable

Compare
Choose a tag to compare
@galihrivanto galihrivanto released this 17 Feb 15:14
· 6 commits to master since this release

when running multiple proxy using using verbose mode , race condition may occurred due shared global verbose variable
fix by using scoped variable instead