Merge branch 'bugfix/close_socket_when_tcp_connecting' into 'master'
Close socket request will abort tcp write/connect See merge request idf/esp-idf!1687
This commit is contained in:
commit
1d49c0953e
1 changed files with 0 additions and 6 deletions
|
@ -1085,12 +1085,6 @@ lwip_netconn_do_delconn(void *m)
|
|||
} else
|
||||
#endif /* LWIP_NETCONN_FULLDUPLEX */
|
||||
{
|
||||
if (!(state != NETCONN_CONNECT || IN_NONBLOCKING_CONNECT(msg->conn))) {
|
||||
msg->err = ERR_INPROGRESS;
|
||||
NETCONN_SET_SAFE_ERR(msg->conn, ERR_INPROGRESS);
|
||||
LWIP_DEBUGF(API_MSG_DEBUG, ("netconn error:ERR_INPROGRESS\n"));
|
||||
return;
|
||||
}
|
||||
/* Drain and delete mboxes */
|
||||
netconn_drain(msg->conn);
|
||||
|
||||
|
|
Loading…
Reference in a new issue