mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Merge branch 'pull-request/995' into PHP-5.5
* pull-request/995: fix bug #68822 (request time is reset too early)
This commit is contained in:
commit
1d94cd4bfa
@ -221,8 +221,6 @@ void fpm_request_finished() /* {{{ */
|
||||
|
||||
proc->request_stage = FPM_REQUEST_FINISHED;
|
||||
proc->tv = now;
|
||||
memset(&proc->accepted, 0, sizeof(proc->accepted));
|
||||
proc->accepted_epoch = 0;
|
||||
fpm_scoreboard_proc_release(proc);
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user