JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

Fix segfault when siege exits after hitting SSL server #157

Open dpkirchner opened 5 years ago

dpkirchner commented 5 years ago

Addresses https://github.com/JoeDog/siege/issues/109 for siege 4.0.2

This does seem to conflict with master, which has its own fix (but doesn't have the SSL_COMP_free_compression_methods() call).