Use a temporary variable to hold the current URI length in the Webserver, rather...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 18 Feb 2010 05:33:35 +0000 (05:33 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 18 Feb 2010 05:33:35 +0000 (05:33 +0000)
commit42b850f2b94941066c36d85b4878d6a348260b4d
treeaec74a784b2690ca8aa0fb778883441ade6b18bf
parent012628f635b66169b81ab66d4059c3360dd4b612
Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
Projects/Webserver/Lib/HTTPServerApp.c
Projects/Webserver/Lib/uIPManagement.c
Projects/Webserver/Lib/uip/uip-split.c