src/server/daemon/httprequest.c

changeset 77
f1cff81e425a
parent 70
4e6e812c1d97
child 78
3578977d29a3
--- a/src/server/daemon/httprequest.c	Mon Jun 24 14:41:32 2013 +0200
+++ b/src/server/daemon/httprequest.c	Tue Jun 25 15:45:13 2013 +0200
@@ -500,7 +500,6 @@
         }
         /* if there is a trailing '/', remove it */
         if(docroot.ptr[docroot.length - 1] == '/') {
-            //docroot.ptr[docroot.length - 1] = 0; // TODO: can I do this? No!!
             docroot.length--;
         }
 

mercurial