comparison src/core/ngx_cycle.h @ 688:f31b19fe7f48 NGINX_1_3_7

nginx 1.3.7 *) Feature: OCSP stapling support. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work. *) Feature: the "ssl_trusted_certificate" directive. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Bugfix: OpenSSL 0.9.7 compatibility.
author Igor Sysoev <http://sysoev.ru>
date Tue, 02 Oct 2012 00:00:00 +0400
parents 9fbf3ad94cbf
children
comparison
equal deleted inserted replaced
687:a7305f494f1c 688:f31b19fe7f48
46 ngx_uint_t free_connection_n; 46 ngx_uint_t free_connection_n;
47 47
48 ngx_queue_t reusable_connections_queue; 48 ngx_queue_t reusable_connections_queue;
49 49
50 ngx_array_t listening; 50 ngx_array_t listening;
51 ngx_array_t pathes; 51 ngx_array_t paths;
52 ngx_list_t open_files; 52 ngx_list_t open_files;
53 ngx_list_t shared_memory; 53 ngx_list_t shared_memory;
54 54
55 ngx_uint_t connection_n; 55 ngx_uint_t connection_n;
56 ngx_uint_t files_n; 56 ngx_uint_t files_n;