lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] netconn_recv issue


From: Kieran Mansley
Subject: Re: [lwip-users] netconn_recv issue
Date: Wed, 25 Aug 2010 19:40:23 +0100

On 25 Aug 2010, at 09:27, am85 wrote:
> 
> 
> The problem is, I receive three requests only the last GET command. The
> succeeding GET requests ("GET / " and "GET /image1.gif",) are all failing.
> Any idea on this one?

Try putting the code that does netbuf_data() inside a loop that checks 
netbuf_next() (and processes that one too if it's there).  It's likely that all 
three of the requests are there but they've been delivered to the application 
together.

Kieran


reply via email to

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