Searched refs:http_status_code (Results 1 – 3 of 3) sorted by relevance
198 uint16_t http_status_code; member
951 if (IS_ENABLED(CONFIG_HAWKBIT_SAVE_PROGRESS) && rsp->http_status_code != 206) { in response_download_cb()1001 if (!IN_RANGE(rsp->http_status_code, 200, 299)) { in response_cb()1002 LOG_ERR("HTTP request denied: %d", rsp->http_status_code); in response_cb()1003 if (rsp->http_status_code == 401 || rsp->http_status_code == 403) { in response_cb()
201 req->internal.response.http_status_code = in on_status()444 req->internal.response.http_status_code = 0; in http_report_null()