src/server/daemon/httprequest.c

changeset 117
a94cf2e94492
parent 116
d7a186cf87f6
child 121
a881dc866e23
--- a/src/server/daemon/httprequest.c	Sun Oct 23 10:52:54 2016 +0200
+++ b/src/server/daemon/httprequest.c	Sun Oct 23 11:12:12 2016 +0200
@@ -578,6 +578,9 @@
                 // save nsapi context
                 // add +1 to start next round with next function
                 rq->context.dtable_index = i + 1;
+            } else if(ret == REQ_PROCEED) {
+                char *pp = pblock_findkeyval(pb_key_ppath, rq->rq.vars);
+                pblock_kvinsert(pb_key_path, pp, strlen(pp), rq->rq.vars);
             }
 
             return ret;

mercurial