-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Does fasthttp.Client take care of half-open/half-closed connections? #627
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
Comments
What do you mean with a |
lsof show me many sock files with can't identify protocol status sometimes near 200k entries with requests per seconds rate near 4k to many different hosts (web crawling) |
Probably relates with #630 |
Sounds like something in the TCP layer unrelated to fasthttp. Could it be that these are sockets in the |
I am using SO_REUSEPORT, thereis only near 30k connections in time wait, 1600+ ESTABLISHED
|
Probably I am trapped into golang/go#18588 |
I found the root cause. Fasthttp is nice lib. My fault. |
@mikefaraponov would you mind sharing what the cause was? |
The reason in spawning unknown |
No description provided.
The text was updated successfully, but these errors were encountered: