Fixed big problem with CGI handling
+ remains somes minors problems
This commit is contained in:
@@ -59,6 +59,7 @@ class Client
|
||||
ServerConfig *assigned_server; // cant be const cause of error_pages.operator[]
|
||||
const LocationConfig *assigned_location;
|
||||
int cgi_pipe_rfd;
|
||||
pid_t cgi_pid;
|
||||
std::string cgi_output;
|
||||
|
||||
// getters
|
||||
|
||||
Reference in New Issue
Block a user