mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
fix r1482
This commit is contained in:
parent
dac63a2f28
commit
c95d44bb73
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");
|
||||
|
||||
rev->timedout = 0;
|
||||
|
||||
cscf = ngx_mail_get_module_srv_conf(s, ngx_mail_core_module);
|
||||
|
||||
c->read->handler = ngx_mail_smtp_init_protocol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue