]> git.kaiwu.me - nginx.git/commit
Win32: $request_time fixed.
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 4 Sep 2013 16:48:30 +0000 (20:48 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 4 Sep 2013 16:48:30 +0000 (20:48 +0400)
commit8e69bbf44e18a08603a20bd81a7129e834e9b327
tree025284e4563e2e3c8d3095b3865593291d7ad5b6
parentb5656b31f14dd1dd126e9ae10fd8d0b932904388
Win32: $request_time fixed.

On win32, time_t is 64 bits wide by default, and passing an ngx_msec_int_t
argument for %T format specifier doesn't work.  This doesn't manifest itself
on other platforms as time_t and ngx_msec_int_t are usually of the same size.
src/http/modules/ngx_http_log_module.c
src/http/ngx_http_variables.c