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 fad43ff8e9 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-07 20:23:46 +08:00
..
client-handshake.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
client-parser.c refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
client.c Check status before checking for Sec-WebSocket-Accept 2018-03-07 20:23:46 +08:00
ssl-client.c mbedtls: fix client 2017-10-17 13:21:10 +08:00