ReinholdHiller wrote:In clientcontext.h I changed line 70 and following (the following if ()... is now useless, but for a test.) to:
err = tcp_close(_pcb);
tcp_abort(_pcb);
if(err != ERR_OK) {
This fixes the "memory leak" and does not seem to harm the Webserver example.
Thanks for helps us in this forum. You are making very good job. There is a new ClientContext.h version and I cannot find where I have to change it.
Could somebody help me to get the right place in the new version?
Thanks and best regards