You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- e.g. for HTTP/1.0 requests with small input/output content
- such connections won't subscribe to socket/poll/epoll unless they need it for complex requests
- such connections won't register themselves to the internal connections list
- call optimized accept4() to minimize OS calls on Linux
- other optimizations and refactoring
- refreshed samples
0 commit comments