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.