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

scheduler: Fix potential bug when adding new printers (Issue #934) #935

Conversation

andreas-karlson
Copy link

When adding a new printer a thread is created to handle PPD generation, and the requesting client connection might close while the thread is running. This commit prevents full connection cleanup until the thread is finished.

…ting#934)

When adding a new printer a thread is created to handle PPD generation,
and the requesting client connection might close while the thread is running.
This commit prevents full connection cleanup until the thread is finished.
Copy link
Member

@michaelrsweet michaelrsweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@michaelrsweet michaelrsweet self-assigned this Apr 9, 2024
@michaelrsweet michaelrsweet added bug Something isn't working priority-high labels Apr 9, 2024
@michaelrsweet michaelrsweet added this to the v2.4.x milestone Apr 9, 2024
@michaelrsweet michaelrsweet merged commit cd03a1d into OpenPrinting:2.4.x Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants