Zimbra IMAP server may return only 4 bytes: "+ \r\n"

This commit is contained in:
Igor Sysoev 2010-04-23 09:53:52 +00:00
parent dce9672ca6
commit ab4c0d3628

View File

@ -726,7 +726,7 @@ ngx_mail_proxy_read_response(ngx_mail_session_t *s, ngx_uint_t state)
b->last += n;
if (b->last - b->pos < 5) {
if (b->last - b->pos < 4) {
return NGX_AGAIN;
}