Look for 100-continue or lower, and get the final status code if so.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11680
a1ca3aef-8c08-0410-bb20-
df032aa958be
- Security: The scheduler now blocks URLs containing embedded HTML
(STR #4356)
- Documentation fixes (STR #3259, STR #4346)
+ - Fixed the Japanese localization (STR #4385)
- Added a German localization (STR #4363)
+ - cupsDoIORequest could miss the server status, causing failed lpadmin
+ and other administrative commands (STR #4386)
- cupsEnumDests didn't always call the callback function (STR #4380)
- "lp -i job-id -H hold" did not work (STR #nnn)
- CUPS didn't compile on older platforms (STR #4338)
* Get the server's response...
*/
- if (status != HTTP_STATUS_ERROR)
+ if (status <= HTTP_STATUS_CONTINUE)
{
response = cupsGetResponse(http, resource);
status = httpGetStatus(http);