]> git.kaiwu.me - nginx.git/commit
SSL: fixed compression workaround to remove all methods.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 27 Sep 2012 17:59:59 +0000 (17:59 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 27 Sep 2012 17:59:59 +0000 (17:59 +0000)
commitf4f72f9fb58e8ee4ef85e41d0702c7790c712362
tree2f319ff64a93881268aa369f419175d3e21da518
parent181d58f9c9e6b8c2d1642eab35696e62438b5ee0
SSL: fixed compression workaround to remove all methods.

Previous code used sk_SSL_COMP_delete(ssl_comp_methods, i) while iterating
stack from 0 to n, resulting in removal of only even compression methods.

In real life this change is a nop, as there is only one compression method
which is enabled by default in OpenSSL.
src/event/ngx_event_openssl.c