From: Yann Ylavic Date: Wed, 13 May 2015 14:05:44 +0000 (+0000) Subject: v1 with apr_time_now() option. X-Git-Tag: 2.2.30~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9bc6ffaed77b7e42f8827b900dfd4fdc7e8a59;p=thirdparty%2Fapache%2Fhttpd.git v1 with apr_time_now() option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679215 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b4022042e67..a9a31127260 100644 --- a/STATUS +++ b/STATUS @@ -114,6 +114,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: the get_request_end_time() part only. ylavic: +1 with the below patch (simply adding get_request_end_time() and related): https://people.apache.org/~ylavic/httpd-2.2.x-req_duration_milliseconds-v4.patch + Or with this simpler patch using apr_time_now() instead (as other duration functions): + https://people.apache.org/~ylavic/httpd-2.2.x-req_duration_milliseconds-v1.patch * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n. trunk patches: http://svn.apache.org/r1611165