LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)

This commit is contained in:
sg
2017-02-16 22:09:02 +01:00
parent d7b51b5906
commit 6dca664217
2 changed files with 10 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ HISTORY
++ Bugfixes:
2017-02-16: Simon Goldschmidt
* LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)
2017-01-18: Dirk Ziegelmeier
* Fix zero-copy RX, see bug bug #50064. PBUF_REFs were not supported as ARP requests.