We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dce85e1 + 6aeb03b commit cd03a1dCopy full SHA for cd03a1d
1 file changed
scheduler/client.c
@@ -430,6 +430,14 @@ cupsdCloseClient(cupsd_client_t *con) /* I - Client to close */
430
con->file = -1;
431
}
432
433
+ if (con->bg_pending)
434
+ {
435
+ /*
436
+ * Don't close connection when there is a background thread pending
437
+ */
438
+ partial = 1;
439
+ }
440
+
441
/*
442
* Close the socket and clear the file from the input set for select()...
443
*/
0 commit comments