fix r1482
This commit is contained in:
parent
d36a9ff7e1
commit
d3fdc28bc3
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ ngx_mail_smtp_invalid_pipelining(ngx_event_t *rev)
|
||||||
|
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "delay greeting");
|
ngx_log_debug0(NGX_LOG_DEBUG_MAIL, c->log, 0, "delay greeting");
|
||||||
|
|
||||||
|
rev->timedout = 0;
|
||||||
|
|
||||||
cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module);
|
cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module);
|
||||||
|
|
||||||
c->read->handler = ngx_mail_smtp_init_protocol;
|
c->read->handler = ngx_mail_smtp_init_protocol;
|
||||||
|
|
Loading…
Reference in a new issue