- Fixed potential race condition for the creation of temporary queues
(Issue #871)
- Fixed Oki 407 freeze when printing larger jobs (Issue #877)
+- Fixed `httpGets` timeout handling (Issue #879)
- Fixed checking for required attributes during PPD generation (Issue #890)
- Fixed pwg-raster-document-resolution-supported and urf-supported values
(Issue #901)
continue;
http->error = WSAGetLastError();
+ return (NULL);
}
else if (WSAGetLastError() != http->error)
{
continue;
http->error = errno;
+ return (NULL);
}
else if (errno != http->error)
{