Use strcat() in the HTTPServer project instead of using strcpy() and strlen().
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:47:15 +0000 (12:47 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 9 Nov 2011 12:47:15 +0000 (12:47 +0000)
commitb057041660ebea74a6a2d70847b5a42ae6bd4c7c
tree5cfe6ace7f66a8768ca72a0865a8c356115340eb
parent65644164792c3eaa9214c5abcb62052ca6ea2344
Use strcat() in the HTTPServer project instead of using strcpy() and strlen().
Projects/Webserver/Lib/HTTPServerApp.c