Home
last modified time | relevance | path

Searched refs:SSLOG (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_session.cc75 SSLOG(INFO, http2session) << "ping timeout"; in connchk_timeout_cb()
83 SSLOG(INFO, http2session) << "connection check required"; in connchk_timeout_cb()
95 SSLOG(INFO, http2session) << "SETTINGS timeout"; in settings_timeout_cb()
119 SSLOG(INFO, http2session) << "Timeout"; in timeoutcb()
164 SSLOG(INFO, http2session) << "Could not initiate backend connection"; in initiate_connection_cb()
236 SSLOG(INFO, this) << "Disconnecting"; in disconnect()
380 SSLOG(INFO, this) in initiate_connection()
392 SSLOG(INFO, this) << "Connecting to the proxy " << proxy.host << ":" in initiate_connection()
400 SSLOG(WARN, this) << "Backend proxy socket() failed; addr=" in initiate_connection()
411 SSLOG(WARN, this) << "Backend proxy connect() failed; addr=" in initiate_connection()
[all …]
Dshrpx_log.h79 #define SSLOG(SEVERITY, HTTP2) \ macro