Changeset b22def6 in mod_gnutls
- Timestamp:
- Jan 14, 2020, 4:21:56 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 407ca6e
- Parents:
- 05e2d9e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r05e2d9e rb22def6 261 261 262 262 263 /* apr_signal_block() for blocking SIGPIPE */264 apr_status_t apr_signal_block(int signum);265 266 263 /* Proxy Support */ 267 264 /* An optional function which returns non-zero if the given connection -
src/gnutls_hooks.c
r05e2d9e rb22def6 834 834 ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s, 835 835 "Failed to reinit mutex '" MGS_OCSP_MUTEX_NAME "'."); 836 837 /* Block SIGPIPE Signals */838 rv = apr_signal_block(SIGPIPE);839 if(rv != APR_SUCCESS) {840 /* error sending output */841 ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s,842 "GnuTLS: Error Blocking SIGPIPE Signal!");843 }844 836 } 845 837
Note: See TracChangeset
for help on using the changeset viewer.