[nginx] Fixed reference to time parsing code after 8b6fa4842133.

Maxim Dounin mdounin at mdounin.ru
Wed Sep 13 14:10:44 UTC 2017


details:   http://hg.nginx.org/nginx/rev/63699a40e2ff
branches:  
changeset: 7102:63699a40e2ff
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Wed Sep 13 15:51:58 2017 +0300
description:
Fixed reference to time parsing code after 8b6fa4842133.

diffstat:

 src/core/ngx_times.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/src/core/ngx_times.c b/src/core/ngx_times.c
--- a/src/core/ngx_times.c
+++ b/src/core/ngx_times.c
@@ -320,7 +320,7 @@ ngx_gmtime(time_t t, ngx_tm_t *tp)
 
     /*
      * the algorithm based on Gauss' formula,
-     * see src/http/ngx_http_parse_time.c
+     * see src/core/ngx_parse_time.c
      */
 
     /* days since March 1, 1 BC */


More information about the nginx-devel mailing list