Added "if (p != NULL) pbuf_free(p);" to the httpd_post_receive_data() and
works like a charm.

Thank you all.

Ășt 4. 2. 2020 v 17:49 odesĂ­latel goldsimon <goldsi...@gmx.de> napsal:

>
>
> Trampas Stern wrote:
> >err_t httpd_post_receive_data(void *connection, struct pbuf *p)
> >{
> > pbuf_free(p);
> >return ERR_OK;
> >}
>
> Ah, yes. And the problem still is that the example does not do that. I'll
> file a bug...
>
> Regards,
> Simon
>
> _______________________________________________
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users



-- 
731435556
Adam Baron
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to