comparison src/mail/ngx_mail_handler.c @ 2165:cbf6f2eb57ad

backout both r2162 and r2128 and implement a new fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Aug 2008 12:04:49 +0000
parents 2a92804f4109
children 109849282793
comparison
equal deleted inserted replaced
2164:b4ffe603fa86 2165:cbf6f2eb57ad
196 cscf->protocol->init_protocol(c->read); 196 cscf->protocol->init_protocol(c->read);
197 197
198 return; 198 return;
199 } 199 }
200 200
201 c->read->ready = 0;
202
201 ngx_mail_init_session(c); 203 ngx_mail_init_session(c);
202 return; 204 return;
203 } 205 }
204 206
205 ngx_mail_close_connection(c); 207 ngx_mail_close_connection(c);