Becker Markus wrote: > we've had a pbuf leak of the PBUF_POOL when using the httpserver_raw > [..] > > Our fix was in > [..] > to add > pbuf_free(*inp); > just before just before line 1479 > *inp = NULL; > So that the incoming packet is actually freed, which I think
Can you check the current git version of the httpd? I discovered this problem some weeks ago and hopefully, it's fixed in git. I'd be glad to hear someone test it, as the POST code does not seem to be too widely used, or is it? Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
