Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/provisioning_client/src/prov_transport_mqtt_common.c

    r457 r464  
    320320            if (memcmp(MQTT_TOPIC_STATUS_PREFIX, topic_resp, status_pos) == 0)
    321321            {
    322                 // If the status code is > 429 then this is a transient error
     322                // If the status code is >= 429 then this is a transient error
    323323                long status_code = atol(topic_resp + status_pos);
    324324                if (status_code >= PROV_STATUS_CODE_TRANSIENT_ERROR)
Note: See TracChangeset for help on using the changeset viewer.