Skip to content

Commit 3664345

Browse files
redfoxlitony2001
authored andcommitted
fix bug #68822 (request time is reset too early)
this caused wrong time in the logs
1 parent f86aa34 commit 3664345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sapi/fpm/fpm/fpm_request.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ void fpm_request_finished() /* {{{ */
221221

222222
proc->request_stage = FPM_REQUEST_FINISHED;
223223
proc->tv = now;
224-
memset(&proc->accepted, 0, sizeof(proc->accepted));
225-
proc->accepted_epoch = 0;
226224
fpm_scoreboard_proc_release(proc);
227225
}
228226
/* }}} */

0 commit comments

Comments
 (0)