diff -r 5f7660fe1562 -r f1cff81e425a src/server/daemon/httprequest.c --- 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--; }