<[email protected]> wrote: > [..] > I'm not sure if the http_sent of version 1.3.0 is correct. It tries to > close the connection before all data is ACKed.
Closing the connection before all data is ACKed should be OK: closing is only enqueueing a FIN segment, which will get ACKed, too. The trick is to not reset the sent callback to get informed of ACKs after calling tcp_close() and then freeing data. > I had a short look at the actual CVS and I think it may have the same > problems. You may want to check this. I'll do that. However, the httpd in CVS is not up-to-date to what I have... Simon -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
