mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 23:49:00 +08:00
fix request counter for $r->sleep(), the bug was introduced in r3050
This commit is contained in:
parent
d1311dfc71
commit
68813cae41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user