mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
Zimbra IMAP server may return only 4 bytes: "+ \r\n"
This commit is contained in:
parent
dce9672ca6
commit
ab4c0d3628
@ -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 New Issue
Block a user