CHANGES IN CUPS V1.5.1
- Documentation updates (STR #3885, STR #3946)
+ - Build fixes (STR #3956)
- The lpstat command would crash when then "-u" option was used by a
non-administrator (STR #3953)
- Japanese supply level reporting did not always work.
DEBUG_printf(("6_httpWriteGNUTLS(ptr=%p, data=%p, length=%d)", ptr, data,
(int)length));
+#ifdef DEBUG
http_debug_hex("_httpWriteGNUTLS", data, (int)length);
+#endif /* DEBUG */
bytes = send(((http_t *)ptr)->fd, data, length, 0);
DEBUG_printf(("_httpWriteGNUTLS: bytes=%d", (int)bytes));
+
return (bytes);
}
#endif /* HAVE_SSL && HAVE_GNUTLS */