Searched refs:redirect_counter (Results 1 – 1 of 1) sorted by relevance
92 int redirect_counter; member744 … if (client->redirect_counter >= client->max_redirection_count || client->disable_auto_redirect) { in esp_http_check_response()745 ESP_LOGE(TAG, "Error, reach max_redirection_count count=%d", client->redirect_counter); in esp_http_check_response()753 client->redirect_counter ++; in esp_http_check_response()1375 if (client->redirect_counter >= client->max_authorization_retries) { in esp_http_client_add_auth()1376 … ESP_LOGE(TAG, "Error, reached max_authorization_retries count=%d", client->redirect_counter); in esp_http_client_add_auth()1384 client->redirect_counter++; in esp_http_client_add_auth()