mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 09:03:49 +08:00
Another fix for bug #20021: by not returning an error if tcp_output fails in tcp_close, the code in do_close_internal gets simpler (tcp_output is called again later from tcp timers).
This commit is contained in:
@@ -256,6 +256,11 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-07-25 Simon Goldschmidt
|
||||
* api_msg.c, tcp.c: Another fix for bug #20021: by not returning an error if
|
||||
tcp_output fails in tcp_close, the code in do_close_internal gets simpler
|
||||
(tcp_output is called again later from tcp timers).
|
||||
|
||||
2007-07-25 Simon Goldschmidt
|
||||
* ip_frag.c: Fixed bug #20429: use the new pbuf_copy_partial instead of the old
|
||||
copy_from_pbuf, which illegally modified the given pbuf.
|
||||
|
||||
Reference in New Issue
Block a user