Commit 69559091 authored by brian's avatar brian
Browse files

Reviewed by: Randy Terbush, Brian Behlendorf

Submitted by:	Dean Gaudet

Two problems.  The first is that every call to make_sub_request wasn't
copying the original request's request_time.  The second was that
mod_log_config was defaulting to "do not want_orig" for %T (i.e. %>T was
default not %<T).  Try the following patch or use %<T.

I considered copying the time right inside make_sub_request.  I also
considered making make_sub_request a static function.  Both may be the
right thing to do...   In hotwired's code I keep track of time statistics
and other stuff that is "global" to a particular request in the conn_rec
structure.  Mostly because I am lazy.  But it does avoid this problem
where you have to copy the values from request to sub request.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@77464 13f79535-47bb-0310-9956-ffa450edef68
parent 95adfe86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment