Loading include/util_filter.h +1 −1 Changes for include/util_filter.h: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ struct ap_filter_t { request_rec *r; /** The conn_rec associated with the current filter. This is analogous * to the request_rec, except that it is used for input filtering. * to the request_rec, except that it is used for connection filters. */ conn_rec *c; }; Loading Loading
include/util_filter.h +1 −1 Changes for include/util_filter.h: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -274,7 +274,7 @@ struct ap_filter_t { request_rec *r; /** The conn_rec associated with the current filter. This is analogous * to the request_rec, except that it is used for input filtering. * to the request_rec, except that it is used for connection filters. */ conn_rec *c; }; Loading