mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Noticed previously the test client lifetime is decoupled from the actual send activity. With SSL if the connection starts but there is a period of SSL-layer "blocking" (actually fail-and-retry) the mirror lifetime could be exhausted before the connection really completed, making it stall after it was then closed. This corrects that so connection lifetime management is done in the send callback. Signed-off-by: Andy Green <andy.green@linaro.org> |
||
---|---|---|
.. | ||
.gitignore | ||
favicon.ico | ||
libwebsockets.org-logo.png | ||
Makefile.am | ||
test-client.c | ||
test-echo.c | ||
test-fraggle.c | ||
test-ping.c | ||
test-server.c | ||
test.html |