ipp
ipp copied to clipboard
feat: proper handling of invalid IPP responses.
Currently we are observing that one specific IPP printer occasionally sends an completly empty response. Although we think this is an implementation problem on the printer side this crashes our process (node.js 12ff).
I suggest to add a simple try/catch to handle this kind of problem in the response processing.