Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comma
  • Loading branch information
txuna committed May 26, 2025
commit 807c6cad06057ba1acd38f1ceeeb017a46017de0
2 changes: 1 addition & 1 deletion sapi/fpm/fpm/fpm_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "zlog.h"

static const char *requests_stages[] = {
[FPM_REQUEST_CREATING] = "Creating Process"
[FPM_REQUEST_CREATING] = "Creating Process",
[FPM_REQUEST_ACCEPTING] = "Idle",
[FPM_REQUEST_READING_HEADERS] = "Reading headers",
[FPM_REQUEST_INFO] = "Getting request information",
Expand Down
Loading