-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hackney 2 #243
Conversation
2dfcd07
to
769b6ce
Compare
sometimes P1 can quit before P2 or the reverse. Just make sure no connection process is running before quitting the loop.
false -> | ||
ok | ||
Limit = case Group of | ||
<<"proxy/">> -> State#state.proxy_limit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should match the suffix there. ie. <<"proxy/", _/binary>>
. also it should match the socks group.
note: itmay be better instead to pass different limits matching some pattern as an option instead, so different groups limits can directly be handled.
Please note how regenerated readme links are pointing to new_pool branch. maybe you will need to regenerate readme after merge in master. |
if P1 comes down before the fallback has been triggered make sure to launch it.
@deadtrickster thanks! I will :) |
it's easier to handle all modules at the same level so remove sub folders.
superseded by the new work in master. |
Goals:
should fix #183 and others