1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/client
Joe Littlejohn f1ad1c6b1a Check status before checking for Sec-WebSocket-Accept
If the server rejects the attempt to establish a connection by returning
a response status other than 101, then it will not include the
Sec-WebSocket-Accept header. We need to check for 101 status (and return
an appropriate error message) before looking for the accept header.

See #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 Check status before checking for Sec-WebSocket-Accept 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