Opened 5 years ago
Closed 5 years ago
#1825 closed defect (invalid)
Is the $request_time conatin the time send to client or send to socket
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | 1.14.x |
Keywords: | request_time | Cc: | |
uname -a: | Linux BJZW-K8SLBCOMMONS-ZW-1-20-28.meitu-inc.com 4.4.111-1.el7.elrepo.x86_64 #1 SMP Wed Jan 10 13:12:02 EST 2018 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.14.2
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) built with OpenSSL 1.1.1a 20 Nov 2018 TLS SNI support enabled configure arguments: --prefix=/usr/local/nginx --with-ld-opt=-Wl,-rpath,/usr/local/lib/ --add-module=../lua-nginx-module-0.10.13 --add-module=../lua-upstream-nginx-module-0.07 --add-module=../nginx_upstream_check_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --with-pcre=../pcre-8.38 --with-openssl=../openssl-OpenSSL_1_1_1a --add-module=../nginx-http-mtstat-0.2 |
Description
From http://nginx.org/en/docs/http/ngx_http_log_module.html,I see the $request_time conatin the time send to client。 But from other blog, https://trac.nginx.org/nginx/ticket/1395,I see the $request_time just contain send to the socket。
send to client will conatin the RTT. I can not find answer from http://nginx.org/en/CHANGES
So, In fact, what's the right answer ?
Note:
See TracTickets
for help on using tickets.
For questions, please use support options available.