Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased maxResponseBytes to avoid NIOTooManyBytesError (#1)
* Increased maxBytes to avoid NIOTooManyBytesError Calling getPrinterAttributes to request "printer-description", "job-template" and "media-col-database" (as per example at https://www.pwg.org/ipp/ippguide.html#querying-the-printer-attributes ) on Simulated InkJet results in an NIOTooManyBytesError. Raised the hardcoded max value to 1 MB instead of 20 KB and made it an optional param. * Renamed maxBytes Renamed maxBytes to maxResponseBytes
- Loading branch information