mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Until now LWS_CALLBACK_CLIENT_CONNECTION_ERROR handling could only take place on protocols[0]. This patch changes LWS_CALLBACK_CLIENT_CONNECTION_ERROR to be sent to the protocol the client connection was bound to... if nothing better that is still protocols[0], but if you created the client connection using info.local_protocol_name, it will now be sent to the bound protocol handler instead. |
||
---|---|---|
.. | ||
client-handshake.c | ||
client-parser.c | ||
client.c | ||
ssl-client.c |