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: Adam Baron
Subject: Re: [lwip-users] httpd POST gets stuck after few requests
Date: Tue, 4 Feb 2020 17:56:10 +0100

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


--
731435556
Adam Baron

reply via email to

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