2e1a1681ec
1. strncat() does not like to copy single byte strings with "n = 1", as it won't null-terminate. 2. strncpy()'s len parameter is the size of the dst not the src. 3. Replaced the echoserver HTTP response composition of const strings with a copy of a single string.