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 07d4cf7628 client: do not treat selected response codes as connection failures
There was not really any "connection failure" with some of these like 404.

They may have body content that is important.

The client should use lws_http_client_http_response(wsi) to discover
the response code the client action received and decide for itself
what to do about that.
2017-10-23 13:44:27 +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 client: do not treat selected response codes as connection failures 2017-10-23 13:44:27 +08:00
ssl-client.c mbedtls: fix client 2017-10-17 13:21:10 +08:00