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
[email protected]
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.


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to