Commit c88f7369 authored by Sergey Lyubka's avatar Sergey Lyubka

Removed DEBUG_TRACE from convert_uri_to_file_name()

parent b10b9898
...@@ -1581,8 +1581,6 @@ static int convert_uri_to_file_name(struct mg_connection *conn, char *buf, ...@@ -1581,8 +1581,6 @@ static int convert_uri_to_file_name(struct mg_connection *conn, char *buf,
//change_slashes_to_backslashes(buf); //change_slashes_to_backslashes(buf);
#endif // _WIN32 #endif // _WIN32
DEBUG_TRACE(("[%s] -> [%s], [%.*s]", uri, buf, (int) vec.len, vec.ptr));
if ((stat_result = mg_stat(buf, st)) != 0) { if ((stat_result = mg_stat(buf, st)) != 0) {
// Support PATH_INFO for CGI scripts. // Support PATH_INFO for CGI scripts.
for (p = buf + strlen(buf); p > buf + 1; p--) { for (p = buf + strlen(buf); p > buf + 1; p--) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment