fb3a0f4
diff -up cups-1.7.1/cups/request.c.str4386 cups-1.7.1/cups/request.c
fb3a0f4
--- cups-1.7.1/cups/request.c.str4386	2013-07-23 13:33:52.000000000 +0100
fb3a0f4
+++ cups-1.7.1/cups/request.c	2014-03-06 10:58:39.018807898 +0000
fb3a0f4
@@ -261,7 +261,7 @@ cupsDoIORequest(http_t     *http,	/* I -
fb3a0f4
     * Get the server's response...
fb3a0f4
     */
fb3a0f4
 
fb3a0f4
-    if (status != HTTP_STATUS_ERROR)
fb3a0f4
+    if (status <= HTTP_STATUS_CONTINUE)
fb3a0f4
     {
fb3a0f4
       response = cupsGetResponse(http, resource);
fb3a0f4
       status   = httpGetStatus(http);