details:   http://hg.nginx.org/nginx/rev/63699a40e2ff
branches:  
changeset: 7102:63699a40e2ff
user:      Maxim Dounin <[email protected]>
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 */
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to