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

Add HTTP/IPP gzip support #4168

Closed
michaelrsweet opened this issue Aug 21, 2012 · 2 comments
Closed

Add HTTP/IPP gzip support #4168

michaelrsweet opened this issue Aug 21, 2012 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 1.7-feature
CUPS.org User: mike

Add support for HTTP and IPP gzip support. Should be able to respond to HTTP Accept-Encoding/Content-Encoding headers such that a client and server will be able to read and write gzip'd content transparently.

Also needs to support mid-request compression (for IPP document compression attribute support...)

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Core support is now complete and functional as of r10698. All that remains is a small change to the IPP backend to use it (and a larger change that gets rid of the "compress all files" code now that we can stream it...)

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

OK, this is now implemented in trunk; the IPP backend now defaults to compressing the data sent to the printer/server if it supported gzip or deflate, and can be disabled by using the "?compression=none" option.

@michaelrsweet michaelrsweet added the enhancement New feature or request label Mar 17, 2016
@michaelrsweet michaelrsweet added this to the Stable milestone Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant