1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/client
Joe Littlejohn e333d1a751 Add 'HS: ws upgrade unauthorized' on receiving 401
In the case that the connection cannot be established because the caller
is unauthorized, it's likely they have to do something to gain
authorization before retrying. This change introduces a new message that
can be checked for to understand more about why the connection has
failed to establish.

Closes #1200
2018-03-08 09:02:53 +08:00
..
client-handshake.c pthreads: more locking 2018-03-05 16:49:28 +08:00
client-parser.c refactor-eliminate-lws-union 2017-12-01 11:37:35 +08:00
client.c Add 'HS: ws upgrade unauthorized' on receiving 401 2018-03-08 09:02:53 +08:00
ssl-client.c tls: split out common, openssl and mbedtls code 2017-10-25 07:17:29 +08:00