mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
fix r1482
This commit is contained in:
parent
dac63a2f28
commit
c95d44bb73
@ -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 New Issue
Block a user