13627105546 opened a new pull request, #14334: URL: https://github.com/apache/nuttx/pull/14334
## Summary The original process was to change conn->resp.result to 0 in usrsock_handle_response when receiving tcp ack status conn->state was USRSOCK_CONN_STATE_CONNECTING during the event USRSOCK_EVENT_SENDTO_READY. However, in exceptional circumstances, usrsock_handle_response was processed late, and conn->resp.result was not yet 0, resulting in the inability to change conn->connected status to connected when processing the USRSOCK_EVENT_SENDTO_READY event. Therefore, the modification method is to also change the conn->connected status to connected when the conn->state is USRSOCK_CONN_STATE_CONNECTING and the event is USRSOCK_EVENT_SENDTO_READY. ## Impact NA ## Testing NA -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
