comparison src/core/ngx_connection.c @ 692:6db6e93f55ee NGINX_1_3_9

nginx 1.3.9 *) Feature: support for chunked transfer encoding while reading client request body. *) Feature: the $request_time and $msec variables can now be used not only in the "log_format" directive. *) Bugfix: cache manager and cache loader processes might not be able to start if more than 512 listen sockets were used. *) Bugfix: in the ngx_http_dav_module.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2012 00:00:00 +0400
parents 5cb5db9975ba
children
comparison
equal deleted inserted replaced
691:acfd484db0ca 692:6db6e93f55ee
747 747
748 #endif 748 #endif
749 749
750 ls[i].fd = (ngx_socket_t) -1; 750 ls[i].fd = (ngx_socket_t) -1;
751 } 751 }
752
753 cycle->listening.nelts = 0;
752 } 754 }
753 755
754 756
755 ngx_connection_t * 757 ngx_connection_t *
756 ngx_get_connection(ngx_socket_t s, ngx_log_t *log) 758 ngx_get_connection(ngx_socket_t s, ngx_log_t *log)