In fact I did outline my ideas in this piece of the proposed patch...

Good to know I wasn't going totally bonkers...

+/** An error has occurred in the SSL code.
+ * apr_ssl_socket_error() may be called to get a numeric error code
+ * apr_ssl_socket_error_string() may be called for an error description
+ */
+#define APR_STATUS_IS_ESSL(s)  ((s) == APR_ESSL)
+
 /** @} */

david

Reply via email to