Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close fd after fork() also on REST API #4257

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Conversation

renecannao
Copy link
Contributor

Closing the file descriptors also on REST API after the fork. It excludes all the pipes.
close_all_non_term_fd() accepts a vector of FDs to exclude

Closing the file descriptors also on REST API after the fork.
It excludes all the pipes.
close_all_non_term_fd() accepts a vector of FDs to exclude
@mirostauder
Copy link
Collaborator

retest this please

@renecannao renecannao merged commit 106a320 into v2.x Jun 19, 2023
138 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants