comparison src/event/modules/ngx_eventport_module.c @ 316:24def6198d7f NGINX_0_5_28

nginx 0.5.28 *) Security: the "msie_refresh" directive allowed XSS. Thanks to Maxim Boguk. *) Bugfix: a segmentation fault might occur in worker process if the "auth_http_header" directive was used. Thanks to Maxim Dounin. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used, but it was not enabled. *) Bugfix: a segmentation fault might occur in worker process if the eventport method was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 17 Jul 2007 00:00:00 +0400
parents f745bf973510
children f70f2f565fe0
comparison
equal deleted inserted replaced
315:32a7c84208fa 316:24def6198d7f
512 512
513 ngx_locked_post_event(rev, queue); 513 ngx_locked_post_event(rev, queue);
514 514
515 } else { 515 } else {
516 rev->handler(rev); 516 rev->handler(rev);
517
518 if (ev->closed) {
519 continue;
520 }
517 } 521 }
518 522
519 if (rev->accept) { 523 if (rev->accept) {
520 if (ngx_use_accept_mutex) { 524 if (ngx_use_accept_mutex) {
521 ngx_accept_events = 1; 525 ngx_accept_events = 1;