-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8481a8
commit 8f8f73c
Showing
2 changed files
with
37 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
/* By: agaley <[email protected]> +#+ +:+ +#+ */ | ||
/* +#+#+#+#+#+ +#+ */ | ||
/* Created: 2024/04/30 16:11:09 by agaley #+# #+# */ | ||
/* Updated: 2024/06/20 02:57:03 by agaley ### ########lyon.fr */ | ||
/* Updated: 2024/06/25 18:08:07 by agaley ### ########lyon.fr */ | ||
/* */ | ||
/* ************************************************************************** */ | ||
|
||
|
@@ -149,10 +149,7 @@ class CGIHandler { | |
* for the CGI script. | ||
* @return HTTPResponse object containing the response from the CGI script. | ||
*/ | ||
static HTTPResponse* _executeParentProcess(int pipefd[2], | ||
pid_t pid, | ||
std::vector<char*> argv, | ||
std::vector<char*> envp); | ||
static HTTPResponse* _executeParentProcess(int pipefd[2], pid_t pid); | ||
|
||
/** | ||
* Executes the child process logic for CGI script execution. | ||
|