httpProxy exits when socks5proxy is set to nil #475
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Proxify version:
0.0.12
Current Behavior:
httpProxy exits when socks5proxy is set to nil
Expected Behavior:
expect http proxy to listen on default port :8888
Steps To Reproduce:
>proxify.exe -sa ""
probably due to the goroutine lacking blocking code here
proxify/proxy.go
Lines 259 to 277 in a794db0
Could probably fix with something like:
The text was updated successfully, but these errors were encountered: