Submitted by: Fitz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101870
13f79535-47bb-0310-9956-
ffa450edef68
/** Pointer to the previous request if this is an internal redirect */
request_rec *prev;
- /** Pointer to the main request if this is a sub-request (see request.h) */
+ /** Pointer to the main request if this is a sub-request
+ * (see http_request.h) */
request_rec *main;
/* Info about the request itself... we begin with stuff that only