diff -r ff14b97bdf14 -r 27e42da5050f src/server/daemon/httprequest.c --- a/src/server/daemon/httprequest.c Sun Feb 22 09:24:41 2026 +0100 +++ b/src/server/daemon/httprequest.c Sun Feb 22 09:33:48 2026 +0100 @@ -296,6 +296,8 @@ absPath.length, rq->rq.reqpb); } else { + // error + // util_uri_unescape_strict can modify absPath.ptr, but // we want to log the original uri. However we also don't want to // create an unnecessary copy. Therefore we restore the original