Skip to content
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

different between pool_size in connect and set_keepalive #177

Closed
sanwv opened this issue Nov 14, 2019 · 1 comment
Closed

different between pool_size in connect and set_keepalive #177

sanwv opened this issue Nov 14, 2019 · 1 comment

Comments

@sanwv
Copy link

sanwv commented Nov 14, 2019

in connect method can set pool,pool_size and backlog, why set_keepalive method also need set pool_size?

@gowxw
Copy link

gowxw commented Nov 29, 2019

if pool_size was not set when connect was called, the pool_size can be set and take effect when set_keepalive was called;
if pool_size was set when connect was called, the pool_size set in set_keepalive take no effect at all

@sanwv sanwv closed this as completed Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants