Changeset 2ceb836 in mod_gnutls for src/gnutls_io.c
- Timestamp:
- Nov 20, 2015, 7:37:15 PM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- a2368a4
- Parents:
- 401a0de
- git-author:
- Thomas Klute <thomas2.klute@…> (11/20/15 19:33:57)
- git-committer:
- Thomas Klute <thomas2.klute@…> (11/20/15 19:37:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_io.c
r401a0de r2ceb836 513 513 } while (ret == GNUTLS_E_INTERRUPTED || ret == GNUTLS_E_AGAIN); 514 514 if (ret != GNUTLS_E_SUCCESS) 515 ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, ctxt->c,515 ap_log_cerror(APLOG_MARK, APLOG_DEBUG, APR_EGENERAL, ctxt->c, 516 516 "%s: Error while closing TLS %sconnection: " 517 517 "'%s' (%d)", … … 519 519 gnutls_strerror(ret), (int) ret); 520 520 else 521 ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, ctxt->c,521 ap_log_cerror(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, ctxt->c, 522 522 "%s: TLS %sconnection closed.", 523 523 __func__, IS_PROXY_STR(ctxt));
Note: See TracChangeset
for help on using the changeset viewer.