lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] httpd POST gets stuck after few requests


From: Trampas Stern
Subject: Re: [lwip-users] httpd POST gets stuck after few requests
Date: Tue, 4 Feb 2020 11:43:51 -0500

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 <address@hidden> 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

reply via email to

[Prev in Thread] Current Thread [Next in Thread]