comparison src/event/ngx_event_timer.h @ 8518:fecf645ff2f8

SSL: ngx_ssl_shutdown() rework. Instead of calling SSL_free() with each return point, introduced a single place where cleanup happens. As a positive side effect, this fixes two potential memory leaks on ngx_handle_read_event() and ngx_handle_write_event() errors where there were no SSL_free() calls (though unlikely practical, as errors there are only expected to happen due to bugs or kernel issues).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 01 Jun 2021 17:37:49 +0300
parents 3069dd358ba2
children
comparison
equal deleted inserted replaced
8517:d61d590ac826 8518:fecf645ff2f8