|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [bug #44595] netconn_recv does not set last_err on CLOSE_WAIT |
Date: | Thu, 10 Mar 2016 20:22:39 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 |
Update of bug #44595 (project lwip): Status: None => Postponed _______________________________________________________ Follow-up Comment #2: This cannot be fixed without fixing task #13922 (Remove fatal error handling): when setting conn->last_err to ERR_CLSD (which is FATAL), we would effectively block writing more data. I've removed the error so that ERR_CLSD should be returned. Note that calling 'netconn_recv_tcp_pbuf()' is faster for TCP as there is no need for netbufs in the TCP case. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?44595> _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |