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

Plug file descriptor leak #203

Merged
merged 1 commit into from Sep 21, 2017
Merged

Plug file descriptor leak #203

merged 1 commit into from Sep 21, 2017

Conversation

ghost
Copy link

@ghost ghost commented Sep 14, 2017

Killing worker processes would leave the pipe's write end open,
leaking one file descriptor per worker upon reload.

Fixes issue #193.

@daghf
Copy link
Member

daghf commented Sep 20, 2017

Thanks a lot for this fix

Could I ask you to rebase squash the two commits into one?

Killing worker processes would leave the pipe's write end open,
leaking one file descriptor per worker upon reload.

Fixes issue #193.
@ghost
Copy link
Author

ghost commented Sep 20, 2017

Done.

@ghost ghost closed this Sep 20, 2017
@ghost ghost reopened this Sep 20, 2017
@daghf daghf merged commit 0cef088 into varnish:master Sep 21, 2017
@daghf
Copy link
Member

daghf commented Sep 21, 2017

Thanks a lot!

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.

1 participant