]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix an issue with the new "no print" code in the IPP backend - since we don't
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 6 May 2011 01:57:01 +0000 (01:57 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 6 May 2011 01:57:01 +0000 (01:57 +0000)
commit7b64ad64ef5d81051539e9a4835d339c1ba81529
tree58978c6bb7c53948da9eafe3c1ea5e61455b116c
parentbd5df5fe50def8eafff270327d4f18bf670c87a7
Fix an issue with the new "no print" code in the IPP backend - since we don't
always read on every pass through the loop we can't use "bytes" as an indicator
of success.

Increase the size of buffers for the socket and lpd backends; 1k for socket to
avoid blocking/fragmentation on a write to the socket, and 16k for the LPD
backend since we are writing to a file.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9745 7a7537e8-13f0-0310-91df-b6672ffda945
backend/ipp.c
backend/lpd.c
backend/socket.c