Skip to content

Commit 109ad13

Browse files
committed
SQUASH with "Define (be)?req.filters": Dridi nitpick
1 parent bd01f92 commit 109ad13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

bin/varnishd/cache/cache.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,11 @@ struct busyobj {
392392
struct sess *sp;
393393
struct worker *wrk;
394394

395+
/* beresp.body */
395396
struct vfp_ctx *vfc;
396-
const char *vfp_filter_list; // beresp.body
397-
const char *vdp_filter_list; // bereq.body
397+
const char *vfp_filter_list;
398+
/* bereq.body */
399+
const char *vdp_filter_list;
398400

399401
struct ws ws[1];
400402
uintptr_t ws_bo;
@@ -532,10 +534,11 @@ struct req {
532534
struct objcore *objcore;
533535
struct objcore *stale_oc;
534536

535-
/* Deliver pipeline */
537+
/* resp.body */
536538
struct vdp_ctx *vdc;
537-
const char *vdp_filter_list; // resp.body
538-
const char *vfp_filter_list; // req.body
539+
const char *vdp_filter_list;
540+
/* req.body */
541+
const char *vfp_filter_list;
539542

540543
/* Transaction VSL buffer */
541544
struct vsl_log vsl[1];

0 commit comments

Comments
 (0)