os_printf("WtF? url = NULL\n");return;//Shouldn't happen}//See if we can find a CGI that's happy to handle the request.while(1) {//Look up URL in the built-in URL table.while(builtInUrls[i].url!=NULL) {intmatch=0;//See if there's a literal matchif(os_strcmp(builtInUr...
=NULL) {intmatch=0;//See if there's a literal matchif(os_strcmp(builtInUrls[i].url, conn->url)==0) match=1;//See if there's a wildcard matchif(built