fix request counter for $r->sleep(), the bug was introduced in r3050

This commit is contained in:
Igor Sysoev 2010-02-12 09:32:02 +00:00
parent d1311dfc71
commit 68813cae41

View File

@ -944,6 +944,7 @@ sleep(r, sleep, next)
ngx_add_timer(r->connection->write, sleep);
r->write_event_handler = ngx_http_perl_sleep_handler;
r->main->count++;
void