]> git.ipfire.org Git - thirdparty/cups.git/commit
Fix IPP backend so that it can recover from failed job submissions that are
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 16 Apr 2011 02:51:22 +0000 (02:51 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Sat, 16 Apr 2011 02:51:22 +0000 (02:51 +0000)
commit7cfa02abfa9c4926cf1f6c84355ec7885b2a9284
tree7c15502694b5c62c7cc36e75fd28ed07733aa799
parent4da946678c2ae9366976459b11de206c0dd6afdf
Fix IPP backend so that it can recover from failed job submissions that are
streamed.

Add CUPS_BACKEND_RETRY and CUPS_BACKEND_RETRY_CURRENT exit codes.

Simplify the error messages from the backends.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9693 7a7537e8-13f0-0310-91df-b6672ffda945
backend/ipp.c
backend/lpd.c
backend/socket.c
cups/backend.h
locale/cups.pot
locale/cups.strings
man/backend.man
scheduler/job.c