lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] possible bug?


From: Jesper Vestergaard
Subject: Re: [lwip-users] possible bug?
Date: Wed, 17 Jun 2009 15:45:30 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Kieran Mansley wrote:
On Wed, 2009-06-17 at 14:31 +0200, Jesper Vestergaard wrote:
I don't know if this is a bug or just how it is handled by lwip. I'm using html checkboxes and the POST method to update some LED's on a avr32 board. If I send a post my header in lwip looks like this:

What HTTP application are you using on top of lwIP?  My guess is that
this is at fault, probably getting a length wrong somewhere.

Kieran


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users


I'm using FreeRTOS version 5.20 as OS and do

netbuf_data( pxRxBuffer, ( void * ) &pcRxString, &usLength );
printf("%s\n"), pcRxString);

to get the info.




reply via email to

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