nginx/src
Maxim Dounin f4f72f9fb5 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.
2012-09-27 17:59:59 +00:00
..
core Version bump. 2012-09-26 15:52:06 +00:00
event SSL: fixed compression workaround to remove all methods. 2012-09-27 17:59:59 +00:00
http Version bump. 2012-09-26 15:52:06 +00:00
mail Whitespace fix. 2012-08-18 23:04:39 +00:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Added clearing of cpu_affinity after process spawn. 2012-09-26 16:25:12 +00:00