Could you add a better comment where you AP_DECLARE_HOOK? I am a bit fuzzy on what this hook is used for and wonder if "create_request" is the best name for it. Bill > rbb 01/03/17 18:33:23 > > Modified: . CHANGES > include http_request.h > modules/http http_request.c > server core.c protocol.c request.c > support dbmmanage log_server_status logresolve.pl > phf_abuse_log.cgi split-logfile > Log: > Add a hook, create_request. This hook allows modules to modify > a request while it is being created. This hook is called for all > request_rec's, main request, sub request, and internal redirect. > When this hook is called, the the r->main, r->prev, r->next > pointers have been set, so modules can determine what kind of > request this is. > > Currently, this is only used by the core module, but protocol modules > are going to need to have the ability to affect the request while it is > being read.
