Searched refs:CLOG (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_client_handler.cc | 72 CLOG(INFO, handler) << "Time out"; in timeoutcb() 84 CLOG(INFO, handler) << "Close connection due to TLS renegotiation"; in shutdowncb() 198 CLOG(INFO, this) << "PROXY-protocol: Peek " << nread in proxy_protocol_peek_clear() 229 CLOG(INFO, this) << "SSL/TLS handshake completed"; in tls_handshake() 364 CLOG(INFO, this) << "invalid client connection header"; in upstream_http2_connhd_read() 392 CLOG(INFO, this) << "This is HTTP/1.1 connection, " in upstream_http1_connhd_read() 414 CLOG(INFO, this) << "direct HTTP/2 connection"; in upstream_http1_connhd_read() 560 CLOG(INFO, this) << "Deleting"; in ~ClientHandler() 584 CLOG(INFO, this) << "Deleted"; in ~ClientHandler() 636 CLOG(INFO, this) << "The negotiated next protocol: " << proto; in validate_next_proto() [all …]
|
D | shrpx_tls.cc | 558 CLOG(INFO, handler) << "session ticket key: RAND_bytes failed"; in ticket_key_cb() 566 CLOG(INFO, handler) << "encrypt session ticket key: " in ticket_key_cb() 585 CLOG(INFO, handler) << "EVP_MAC_CTX_set_params failed"; in ticket_key_cb() 607 CLOG(INFO, handler) << "session ticket key " in ticket_key_cb() 614 CLOG(INFO, handler) << "decrypt session ticket key: " in ticket_key_cb() 630 CLOG(INFO, handler) << "EVP_MAC_CTX_set_params failed"; in ticket_key_cb() 670 CLOG(INFO, handler) << "TLS renegotiation started"; in info_callback()
|
D | shrpx_log.h | 59 #define CLOG(SEVERITY, CLIENT_HANDLER) \ macro
|