-
Notifications
You must be signed in to change notification settings - Fork 105
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
SS: properly implement ss_drain_accept_queue() #145
Comments
This becomes a bug after fixing #116 and #254. To reproduce the issue upstream server should be shutdown to generate multiple errors sent to client (I used
The reason for the crash is that request socket which |
Fix #145: do not use socket accept queue at all
Rework ss_drain_accept_queue(), see TODO and FIXME comments in the function.
Somewhat linked with #100 in sense that Linux socket kernel API must be patched and/or partially reimplemented in Tempesta SS.
The text was updated successfully, but these errors were encountered: