Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend/ipp: Change handling of job_canceled #74

Merged
merged 1 commit into from Mar 7, 2021

Conversation

tsite
Copy link
Contributor

@tsite tsite commented Jan 13, 2021

job_canceled can be -1, 0, or 1. 0 indicates no error, 1 indicates
that we were cancelled in normal operations (user cancelled from
computer) and -1 indicates cancelled by printer. There is clearly
an assumption that -1 is false since there is a check for
job_canceled < 0 a few lines later.

job_canceled can be -1, 0, or 1. 0 indicates no error, 1 indicates
that we were cancelled in normal operations (user cancelled from
computer) and -1 indicates cancelled by printer.  There is clearly
an assumption that -1 is false since there is a check for
job_canceled < 0 a few lines later.

BUG=b:174793115
TEST=Print to printer with malformed PWG-Raster content

Change-Id: I88f504d00e0680507cd439b633c6c288cf7c5390
@michaelrsweet michaelrsweet self-assigned this Jan 14, 2021
@michaelrsweet michaelrsweet added the investigating Investigating the issue label Jan 14, 2021
@michaelrsweet michaelrsweet added bug Something isn't working priority-low and removed investigating Investigating the issue labels Mar 7, 2021
@michaelrsweet michaelrsweet added this to the v2.4.0 milestone Mar 7, 2021
@michaelrsweet michaelrsweet merged commit 8f027f1 into OpenPrinting:master Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants