Skip to content

Commit dc5ebe3

Browse files
committed
Fix apparent cupsd freeze with zombie clients (Issue #1264)
1 parent 3507bb9 commit dc5ebe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ cupsdCloseClient(cupsd_client_t *con) /* I - Client to close */
448448
if (httpIsEncrypted(con->http))
449449
partial = 1;
450450

451-
if (partial)
451+
if (partial && !httpGetError(con->http))
452452
{
453453
/*
454454
* Only do a partial close so that the encrypted client gets everything.

0 commit comments

Comments
 (0)