-----Original Message-----
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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.
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to