1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples
Andy Green 2b932c500f LWS_CALLBACK_CLIENT_CLOSED: split out client and server CLOSE callback
Until now LWS_CALLBACK_CLOSED has served the same for
client and server connections.  This introduces a new
LWS_CALLBACK_CLIENT_CLOSE which is sent on established
ws client connections, insread of LWS_CALLBACK_CLOSED.

LWS_CALLBACK_CLOSED continues to be sent when server
ws connections close.
2018-04-06 10:38:02 +08:00
..
minimal-http-client minimal-ws-client 2018-04-06 10:38:02 +08:00
minimal-http-server minimal: updates 2018-04-06 10:38:02 +08:00
minimal-http-server-smp minimal: updates 2018-04-06 10:38:02 +08:00
minimal-ws-client LWS_CALLBACK_CLIENT_CLOSED: split out client and server CLOSE callback 2018-04-06 10:38:02 +08:00
minimal-ws-server minimal: updates 2018-04-06 10:38:02 +08:00
minimal-ws-server-pmd minimal: updates 2018-04-06 10:38:02 +08:00
minimal-ws-server-pmd-bulk minimal: updates 2018-04-06 10:38:02 +08:00
minimal-ws-server-ring minimal: updates 2018-04-06 10:38:02 +08:00
minimal-ws-server-threads minimal-ws-server-threads 2018-04-06 10:38:02 +08:00