mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 09:54:39 +08:00

With the changes introduced in b1b62751105d608d57249462d6ac5acbb809dd54 it's no longer possible to get ERR_CLSD from netconn_recv_tcp_pbuf_flags after we've received data because of the NETCONN_NOFIN flag, so remove handling for this case. Further the NETCONN_EVT_RCVPLUS stays active in netconn_recv_data_tcp when the NETCONN_NOFIN flag is used