comparison src/event/ngx_event_openssl.h @ 542:2b9e388c61f1 NGINX_0_8_23

nginx 0.8.23 *) Security: now SSL/TLS renegotiation is disabled. Thanks to Maxim Dounin. *) Bugfix: listen unix domain socket did not inherit while online upgrade. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did not without yet another directive with any IP address. *) Bugfix: segmentation fault and infinite looping in resolver. *) Bugfix: in resolver. Thanks to Artem Bokhan.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Nov 2009 00:00:00 +0300
parents 4c5d2c627a6c
children da3c99095432
comparison
equal deleted inserted replaced
541:8da5668048b4 542:2b9e388c61f1
39 39
40 ngx_event_handler_pt saved_read_handler; 40 ngx_event_handler_pt saved_read_handler;
41 ngx_event_handler_pt saved_write_handler; 41 ngx_event_handler_pt saved_write_handler;
42 42
43 unsigned handshaked:1; 43 unsigned handshaked:1;
44 unsigned renegotiation:1;
44 unsigned buffer:1; 45 unsigned buffer:1;
45 unsigned no_wait_shutdown:1; 46 unsigned no_wait_shutdown:1;
46 unsigned no_send_shutdown:1; 47 unsigned no_send_shutdown:1;
47 } ngx_ssl_connection_t; 48 } ngx_ssl_connection_t;
48 49