lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] TCP Checksum errors.


From: Nick Thomas
Subject: RE: [lwip-users] TCP Checksum errors.
Date: Fri, 19 Sep 2008 20:38:07 +0100

 
-----Original Message-----
From: address@hidden [mailto:address@hiddenOn Behalf Of Marek Matej
Sent: 19 September 2008 19:24
To: Mailing list for lwIP users
Subject: Re: [lwip-users] TCP Checksum errors.

Hi.
I had similar problem (browser response).
It was solved by modifying header of http page,
by adding two newline characters (CR+LF) at the
end of http header.
Good luck!
Marek
 
Hi, thanks for that. I checked - that's not the problem. Although I did notice that printf("Some Text\r\n") doesn't work on my platform, but printf("Some Text\n\r"); does do what you expect.
NOTE: \r\n is not quite the same as \n\r !!! I changed it to puts("Some Text\r\n"); and that is OK ??? Probably a C Library implemenation issue.
 
 
Thanks.

reply via email to

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