commit | 96923f6a44a3be7c8de30a4e22e95b1180cea7c8 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Jun 18 03:54:36 2021 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Jun 18 03:54:36 2021 +0300 |
tree | 907a35a1f938419b039497f456a9b5d0c8acae7a | |
parent | 9fc81eaf0ec3e6bbcf4f8b85193d0d82d8c86452 [diff] |
Tests: fixed spurious mail_imap_ssl.t failures after 408fe0dd3fed. After 408fe0dd3fed, shutdown of nginx worker processes might happen before the last auth_http request is accepted, leading to the "log - trusted cert" test failure. Fix is to restore $s->read() call removed in 408fe0dd3fed.