[lwip-users] lwip processing of posts

2014-10-14 Thread Becker Markus
Hi, I am currently implementing a proxy between HTTP and another protocol using a different library. So far the proxying works pretty well for GETs. I am now implementing proxying of POSTs as well. The POSTs will _not_ be multipart/form-data or application/x-www-form-urlencoded. So then

Re: [lwip-users] pbuf_alloc failed after sometime at driver side.

2014-10-14 Thread Sergio R. Caprile
Isn't the stack responsible for freeing PBUFs? No Grzegorz, the stack isn't more responsible than you are. The Ethernet driver usually allocates the pbufs when signalled by the Ethernet controller. This code does not belong to lwIP but to the driver developer. It is responsible for freeing