OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1k stars 178 forks source link

cups/http-addrlist.c: Fix hanging on Solaris #788

Closed zdohnal closed 11 months ago

zdohnal commented 11 months ago

Solaris behaves differently regarding connecting to a socket, so our current code caused hanging.

The patch is from @l1gi's comment - https://github.com/OpenPrinting/cups/issues/156#issuecomment-1329212604

Fixes #156

zdohnal commented 11 months ago

Looks like errors are in general on master branch and not caused by the PR, merging...