err_t httpd_post_receive_data(void *connection, struct pbuf *p)
{
 pbuf_free(p);
return ERR_OK;
}


On Tue, Feb 4, 2020 at 11:35 AM goldsimon <[email protected]> wrote:

>
>
> Adam Baron wrote:
> >I did search of POST related problems sorted by date. I will do so
> >again.
> >
> >PBUF_POOL_SIZE is affecting number of POST I can do directly. That is,
> >I
> >can do as many posts as PBUF_POOL_SIZE is defined.
>
> I think the user reporting this last time,did not free the pbuf passed to
> the post start callback, but I could remember wrong...
>
> Regards,
> Simon
>
> _______________________________________________
> lwip-users mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/lwip-users
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to