nginx/src
Maxim Dounin a9e3c65d22 Proper SSL shutdown handling.
If connection has unsent alerts, SSL_shutdown() tries to send them even
if SSL_set_shutdown(SSL_RECEIVED_SHUTDOWN|SSL_SENT_SHUTDOWN) was used.
This can be prevented by SSL_set_quiet_shutdown().  SSL_set_shutdown()
is required nevertheless to preserve session.
2011-09-01 13:49:36 +00:00
..
core Version bump. 2011-08-23 14:22:34 +00:00
event Proper SSL shutdown handling. 2011-09-01 13:49:36 +00:00
http Now if client requests more ranges than "max_ranges" permits, 2011-09-01 13:03:55 +00:00
mail A new fix for the case when ssl_session_cache defined, but ssl is not 2011-08-04 11:12:30 +00:00
misc fix comments 2010-03-26 21:17:26 +00:00
mysql rename ngx_peer_addr_t to ngx_addr_t 2009-11-02 15:14:17 +00:00
os SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode. 2011-08-22 12:34:48 +00:00