Commits

Andy Green authored 07d4cf7628d
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.