Zimbra IMAP server may return only 4 bytes: "+ \r\n"
This commit is contained in:
parent
1ebdd0e355
commit
319f13b417
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue