commit | 796c236b80e7063ffd660c4fe696cce17546fe4a | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue Jun 01 17:37:51 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Jun 01 17:37:51 2021 +0300 |
tree | a04db9e5af7194a87d75cff338fb6d086d05ad64 | |
parent | dd8c65dfdcda98450d179393f0c8e6ebc782fd96 [diff] |
Fixed SSL logging with lingering close. Recent fixes to SSL shutdown with lingering close (554c6ae25ffc, 1.19.5) broke logging of SSL variables. To make sure logging of SSL variables works properly, avoid freeing c->ssl when doing an SSL shutdown before lingering close. Reported by Reinis Rozitis (http://mailman.nginx.org/pipermail/nginx/2021-May/060670.html).