Home
last modified time | relevance | path

Searched refs:CLOG (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_client_handler.cc68 CLOG(INFO, handler) << "Time out"; in timeoutcb()
80 CLOG(INFO, handler) << "Close connection due to TLS renegotiation"; in shutdowncb()
196 CLOG(INFO, this) << "SSL/TLS handshake completed"; in tls_handshake()
317 CLOG(INFO, this) << "invalid client connection header"; in upstream_http2_connhd_read()
345 CLOG(INFO, this) << "This is HTTP/1.1 connection, " in upstream_http1_connhd_read()
367 CLOG(INFO, this) << "direct HTTP/2 connection"; in upstream_http1_connhd_read()
496 CLOG(INFO, this) << "Deleting"; in ~ClientHandler()
519 CLOG(INFO, this) << "Deleted"; in ~ClientHandler()
571 CLOG(INFO, this) << "The negotiated next protocol: " << proto; in validate_next_proto()
575 CLOG(INFO, this) << "No protocol negotiated. Fallback to HTTP/1.1"; in validate_next_proto()
[all …]
Dshrpx_log.h59 #define CLOG(SEVERITY, CLIENT_HANDLER) \ macro
Dshrpx_tls.cc494 CLOG(INFO, handler) << "session ticket key: RAND_bytes failed"; in ticket_key_cb()
502 CLOG(INFO, handler) << "encrypt session ticket key: " in ticket_key_cb()
526 CLOG(INFO, handler) << "session ticket key " in ticket_key_cb()
533 CLOG(INFO, handler) << "decrypt session ticket key: " in ticket_key_cb()
564 CLOG(INFO, handler) << "TLS renegotiation started"; in info_callback()