1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/client
Andy Green a91ed1fa4c client: CONNECTION_ERROR: target at local protocol if possible
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.
2018-04-06 10:38:02 +08:00
..
client-handshake.c client: CONNECTION_ERROR: target at local protocol if possible 2018-04-06 10:38:02 +08:00
client-parser.c refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00
client.c client: add local_protocol_name binding to info 2018-04-06 10:38:02 +08:00
ssl-client.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00