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

Add graceful shutdown support for gvproxy on Win #272

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

n1hility
Copy link
Member

@n1hility n1hility commented Sep 14, 2023

Leverages WM_CLOSE and WM_QUIT events on win32 for SIGTERM like behavior The improved/updated logic is now implemented in a shared containers/winquit module. Also, refactors win-sshproxy.exe to be consistent (had it's own precursor impl)

Leverages WM_CLOSE and WM_QUIT events on win32 for SIGTERM like behavior
The improved/updated logic is now implemented in a shared containers/winquit module
Also, refactors win-sshproxy.exe to be consistent (had it's own precursor impl)

Signed-off-by: Jason T. Greene <[email protected]>
@n1hility n1hility changed the title Add graceful shutdown support for gvprovy on Win Add graceful shutdown support for gvproxy on Win Sep 14, 2023
@n1hility
Copy link
Member Author

PTAL @praveenkumar @gbraad @cfergeau

@cfergeau
Copy link
Contributor

/lgtm
/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cfergeau, n1hility

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cfergeau cfergeau merged commit 4c6193e into containers:main Sep 22, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants