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.
Showing
- Projects/Webserver/Lib/HTTPServerApp.c 11 additions, 8 deletionsProjects/Webserver/Lib/HTTPServerApp.c
- Projects/Webserver/Lib/uIPManagement.c 1 addition, 1 deletionProjects/Webserver/Lib/uIPManagement.c
- Projects/Webserver/Lib/uip/uip-split.c 0 additions, 4 deletionsProjects/Webserver/Lib/uip/uip-split.c
Loading
Please register or sign in to comment