Searched refs:DCLOG (Results 1 – 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http_downstream_connection.cc | 60 DCLOG(INFO, dconn) << "Time out"; in timeoutcb() 132 DCLOG(WARN, dconn) << "Connect time out; addr=" in connect_timeoutcb() 228 DCLOG(INFO, this) << "Deleted"; in ~HttpDownstreamConnection() 241 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 298 DCLOG(INFO, this) in initiate_connection() 317 DCLOG(INFO, this) << "Backend server " << addr_->host << ":" in initiate_connection() 386 DCLOG(WARN, this) << "socket() failed; addr=" in initiate_connection() 399 DCLOG(WARN, this) << "connect() failed; addr=" in initiate_connection() 408 DCLOG(INFO, this) << "Connecting to downstream server"; in initiate_connection() 712 DCLOG(INFO, this) << "HTTP request headers. stream_id=" in push_request_headers() [all …]
|
D | shrpx_http2_downstream_connection.cc | 58 DCLOG(INFO, this) << "Deleting"; in ~Http2DownstreamConnection() 91 DCLOG(INFO, this) << "Deleted"; in ~Http2DownstreamConnection() 97 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 117 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream() 152 DCLOG(INFO, this) << "Submit RST_STREAM for DOWNSTREAM:" << downstream in submit_rst_stream() 474 DCLOG(INFO, this) << "HTTP request headers\n" << ss.str(); in push_request_headers() 493 DCLOG(FATAL, this) << "nghttp2_submit_request() failed"; in push_request_headers()
|
D | shrpx_null_downstream_connection.cc | 40 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 50 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream()
|
D | shrpx_health_monitor_downstream_connection.cc | 41 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 52 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream()
|
D | shrpx_api_downstream_connection.cc | 83 DCLOG(INFO, this) << "Attaching to DOWNSTREAM:" << downstream; in attach_downstream() 93 DCLOG(INFO, this) << "Detaching from DOWNSTREAM:" << downstream; in detach_downstream()
|
D | shrpx_https_upstream.cc | 883 DCLOG(INFO, dconn) << "EOF"; in downstream_eof() 893 DCLOG(INFO, dconn) << "The end of the response body was indicated by " in downstream_eof() 906 DCLOG(INFO, dconn) << "Return error reply"; in downstream_eof() 926 DCLOG(INFO, dconn) << "Network error/general error"; in downstream_error() 928 DCLOG(INFO, dconn) << "Timeout"; in downstream_error()
|
D | shrpx_log.h | 75 #define DCLOG(SEVERITY, DCONN) \ macro
|
D | shrpx_http2_upstream.cc | 1288 DCLOG(INFO, dconn) << "HTTP parser failure"; in downstream_read() 1323 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof() 1362 DCLOG(INFO, dconn) << "Downstream network/general error"; in downstream_error() 1364 DCLOG(INFO, dconn) << "Timeout"; in downstream_error() 1367 DCLOG(INFO, dconn) << "Note: this is tunnel connection"; in downstream_error()
|
D | shrpx_http3_upstream.cc | 1046 DCLOG(INFO, dconn) << "HTTP parser failure"; in downstream_read() 1081 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof() 1122 DCLOG(INFO, dconn) << "Downstream network/general error"; in downstream_error() 1124 DCLOG(INFO, dconn) << "Timeout"; in downstream_error() 1127 DCLOG(INFO, dconn) << "Note: this is tunnel connection"; in downstream_error()
|
D | shrpx_client_handler.cc | 1128 DCLOG(INFO, this) in get_downstream_connection()
|