Use a temporary variable to hold the current URI length in the Webserver,...
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.
Please register or sign in to comment