]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/client.c
Merge changes from CUPS 1.4svn-r7582.
[thirdparty/cups.git] / scheduler / client.c
index 8a37842c789be38bd4fd57765e0ed2700f22f744..136b1f4fc826994954479b4954059c0dacbb2317 100644 (file)
@@ -2797,7 +2797,8 @@ cupsdWriteClient(cupsd_client_t *con)     /* I - Client connection */
        return;
       }
 
-      httpFlushWrite(HTTP(con));
+      if (con->http.data_encoding == HTTP_ENCODE_CHUNKED)
+        httpFlushWrite(HTTP(con));
 
       con->bytes += bytes;