zdohnal

Results 309 comments of zdohnal

No logs in error_log is strange - have you enabled the CUPS debug logging? Or do you redirect logs into syslog/journal? I don't plan to reopen until I have at...

I see from the logs: ``` D [11/Jul/2024:14:23:55 -0400] [CGI] Started ippfind (PID 656011) I [11/Jul/2024:14:23:56 -0400] Expiring subscriptions... D [11/Jul/2024:14:24:54 -0400] [Client 6] Closing on unexpected HTTP read state...

To emphasize - the fix here will be only change of error message, otherwise the issue lies in the other project -> cups-filters, but I would guess the issue is...

Not cups, but cups-filters - two different projects on Github and two different packages. And first - I don't know for sure, but I'm running on latest projects versions in...

Hi @chri50 , what about setting a different CUPS server via ```cupsSetServer()```? The all CUPS API functions should automatically work with remote CUPS instead of the local one (but beware...

Hi @Ankit3002 , I'm sorry, I was on vacation - I'll review this today or tomorrow.

Are you sure? I don't see the file in .gitignore.

> @zdohnal I made the changes as you requested. I create a private Api to read comments and lines. > > 1. The private api is using same line variable...

> @zdohnal I made the changes as you requested. Please review. This is how it works: > > 1. I am checking whether the line i 'm reading is comment...

Hi @Ankit3002 , have you got time to look into the PR?