Debug in progress, somes fix but not the main problem
This commit is contained in:
@@ -45,8 +45,8 @@ enum cgi_states
|
||||
CGI_NO_CGI = 0,
|
||||
CGI_WAIT_TO_EXEC,
|
||||
CGI_READY_TO_EXEC,
|
||||
CGI_WAIT_FOR_OUTPUT,
|
||||
CGI_OUTPUT_READY
|
||||
CGI_OUTPUT_READING,
|
||||
CGI_OUTPUT_COMPLETE
|
||||
};
|
||||
|
||||
class Client
|
||||
@@ -69,7 +69,7 @@ class Client
|
||||
const LocationConfig *assigned_location;
|
||||
|
||||
// CGI variables
|
||||
int cgi_state;
|
||||
cgi_states cgi_state;
|
||||
int cgi_pipe_w_to_child;
|
||||
int cgi_pipe_r_from_child;
|
||||
int cgi_pipe_w_to_parent;
|
||||
|
||||
Reference in New Issue
Block a user