Loading include/httpd.h +1 −1 Original line number Diff line number Diff line Loading @@ -786,7 +786,7 @@ struct request_rec { char *uri; /** The filename on disk that this response corresponds to */ char *filename; /** The true filename, we canonicalize if it differs from r->filename */ /** The true filename, we canonicalize r->filename if these don't match */ char *canonical_filename; /** The path_info for this request if there is any. */ char *path_info; Loading Loading
include/httpd.h +1 −1 Original line number Diff line number Diff line Loading @@ -786,7 +786,7 @@ struct request_rec { char *uri; /** The filename on disk that this response corresponds to */ char *filename; /** The true filename, we canonicalize if it differs from r->filename */ /** The true filename, we canonicalize r->filename if these don't match */ char *canonical_filename; /** The path_info for this request if there is any. */ char *path_info; Loading