src/server/daemon/httprequest.c

changeset 696
27e42da5050f
parent 683
db37761a8494
--- 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

mercurial