File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -392,9 +392,11 @@ struct busyobj {
392
392
struct sess * sp ;
393
393
struct worker * wrk ;
394
394
395
+ /* beresp.body */
395
396
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 ;
398
400
399
401
struct ws ws [1 ];
400
402
uintptr_t ws_bo ;
@@ -532,10 +534,11 @@ struct req {
532
534
struct objcore * objcore ;
533
535
struct objcore * stale_oc ;
534
536
535
- /* Deliver pipeline */
537
+ /* resp.body */
536
538
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 ;
539
542
540
543
/* Transaction VSL buffer */
541
544
struct vsl_log vsl [1 ];
You can’t perform that action at this time.
0 commit comments