-
Notifications
You must be signed in to change notification settings - Fork 270
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
1 curl https request strace #34
Comments
In the end double DEL too:
|
Maybe you shouldn't be so assertive about low level behavior when you're basically just guessing. This behavior is polling based, isolated to one single small file - and only affects libuv. So, let's debug and see if this is libuv behavior? Hmmmm... yes! It is. Closing this report as invalid. Two strikes now, do more research before yelling at everything you see. |
Why uWebSockets.js use libuv? |
@ddosoff may I ask which command you used to obtain such logs? |
Strace |
Hello Alex,
I tried to do 1 curl requst to SSLApp from examples/HelloWorlds.js:
$ curl -k https://localhost:9001/
It seems something wrong in the event loop request handling logic:
After accept4 file descriptor 21 we do EPOLL_CTL_ADD then EPOLL_CTL_DEL twice, then accept4 again.
Please correct this behavior, this is not only waste of time. Some bigger problem inside.
The text was updated successfully, but these errors were encountered: