Zimbra IMAP server may return only 4 bytes: "+ \r\n"
Igor Sysoev
12 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/mail/ngx_mail_proxy_module.c
less
more
725
725
726
726
b->last += n;
727
727
728
if (b->last - b->pos < 5) {
728
if (b->last - b->pos < 4) {
729
729
return NGX_AGAIN;
730
730
}
731
731