mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() EXTERNAL_POLL is not recommended for use for a while, it's a hack to allow integration of lws with random application poll() loops. While lws is very happy to do that secondary job for any event lib using the foreign loop support (for uv, event, glib, and ev), for random roll-your- own poll() waits there's no api because there's no event lib. The solution with a future is upgrade your application to use an event loop. The test app that supports EXTERNAL_POLL was broken in Apr 2018, so it's apparently good news nobody has been using it in new implementations since then. This patch adds in the missing pieces so we can test it until it is formally deprecated. |
||
---|---|---|
.. | ||
android | ||
private | ||
1.png | ||
2.png | ||
3.png | ||
4.png | ||
5.png | ||
6.png | ||
7.png | ||
8.png | ||
candide.zip | ||
CMakeLists.txt | ||
favicon.ico | ||
http2.png | ||
leaf.jpg | ||
libwebsockets-test-server.service | ||
libwebsockets.org-logo.png | ||
libwebsockets.org-logo.svg | ||
lws-cgi-test.sh | ||
lws-common.js | ||
lws-ssh-test-keys | ||
lws-ssh-test-keys.pub | ||
test-client.c | ||
test-lejp.c | ||
test-server.c | ||
test-sshd.c | ||
test.css | ||
test.html | ||
test.js | ||
wss-over-h2.png |