instead of keywords as `InputSlot` values (Issue #859)
- Fixed IPP backend to support the "print-scaling" option with IPP printers
(Issue #862)
+- Fixed `httpGets` timeout handling (Issue #879)
- Fixed checking for required attributes during PPD generation (Issue #890)
- Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
- Fixed CGI program initialization and validation of form checkbox and text
continue;
http->error = WSAGetLastError();
+ return (NULL);
}
else if (WSAGetLastError() != http->error)
{
continue;
http->error = errno;
+ return (NULL);
}
else if (errno != http->error)
{