]> git.kaiwu.me - nginx.git/commit
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
authorIgor Sysoev <igor@sysoev.ru>
Thu, 21 Aug 2008 18:47:23 +0000 (18:47 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 21 Aug 2008 18:47:23 +0000 (18:47 +0000)
commit6a75019ad6847a5bf8c0dcd1f0ad87ed715add7e
treef7feb9bb2be60866bf079e19c0736dc0d3f160f3
parentbbe42c41e8f883185745706f92426aa9e73b3eab
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
   as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
src/core/ngx_config.h
src/core/ngx_connection.c
src/core/ngx_inet.c
src/core/ngx_inet.h
src/http/modules/ngx_http_status_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_upstream_round_robin.c
src/http/ngx_http_variables.c
src/mail/ngx_mail.c