touched up some code

This commit is contained in:
2014-09-02 15:24:30 +00:00
parent fc20cb22ea
commit e8cef98c87
4 changed files with 60 additions and 53 deletions

View File

@ -2139,6 +2139,7 @@ static int prerewrite_url (qse_httpd_t* httpd, qse_httpd_client_t* client, qse_h
httpd_xtn = qse_httpd_getxtnstd (httpd);
printf ("PREREWRITING.....................\n");
/* TODO: override prerewrite url */
return httpd_xtn->org_urs_prerewrite (httpd, client, req, host, url);
}