[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cups-commit
Subject:    [cups.commit] [CUPS] r8728 - trunk/cups
From:       cups-dev () easysw ! com
Date:       2009-06-26 17:29:28
Message-ID: 9497-cups.commit () news ! easysw ! com
[Download RAW message or body]

Author: mike
Date: 2009-06-26 10:29:22 -0700 (Fri, 26 Jun 2009)
New Revision: 8728
Log:
Minor change for the fix to STR #3231 - don't abort on low-level HTTP error.


Modified:
   trunk/cups/request.c

Modified: trunk/cups/request.c
===================================================================
--- trunk/cups/request.c	2009-06-25 17:07:26 UTC (rev 8727)
+++ trunk/cups/request.c	2009-06-26 17:29:22 UTC (rev 8728)
@@ -266,8 +266,7 @@
 
     DEBUG_printf(("2cupsDoIORequest: status=%d", status));
 
-    if (status == HTTP_FORBIDDEN || status == HTTP_ERROR ||
-	status >= HTTP_SERVER_ERROR)
+    if (status == HTTP_FORBIDDEN || status >= HTTP_SERVER_ERROR)
     {
       httpFlush(http);
       _cupsSetHTTPError(status);

_______________________________________________
cups-commit mailing list
cups-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/cups-commit

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic