Searched refs:DCLOG (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
H A 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(INF in push_request_headers() [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | shrpx_https_upstream.cc | 907 DCLOG(INFO, dconn) << "EOF"; in downstream_eof() 917 DCLOG(INFO, dconn) << "The end of the response body was indicated by " in downstream_eof() 930 DCLOG(INFO, dconn) << "Return error reply"; in downstream_eof() 950 DCLOG(INFO, dconn) << "Network error/general error"; in downstream_error() 952 DCLOG(INFO, dconn) << "Timeout"; in downstream_error()
|
H A 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()
|
H A 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()
|
H A D | shrpx_log.h | 75 #define DCLOG(SEVERITY, DCONN) \ macro
|
H A D | shrpx_http3_upstream.cc | 1093 DCLOG(INFO, dconn) << "HTTP parser failure"; in downstream_read() 1128 DCLOG(INFO, dconn) << "EOF. stream_id=" << downstream->get_stream_id(); in downstream_eof() 1169 DCLOG(INFO, dconn) << "Downstream network/general error"; in downstream_error() 1171 DCLOG(INFO, dconn) << "Timeout"; in downstream_error() 1174 DCLOG(INFO, dconn) << "Note: this is tunnel connection"; in downstream_error()
|
H A D | shrpx_client_handler.cc | 1128 DCLOG(INFO, this) in get_downstream_connection()
|
Completed in 15 milliseconds