Searched refs:ULOG (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_upstream.cc | 63 ULOG(INFO, upstream) << "Stream stream_id=" << stream_id in on_stream_close_callback() 125 ULOG(INFO, this) << "nghttp2_session_upgrade() returned error: " in upgrade_upstream() 147 ULOG(INFO, this) << "Connection upgraded to HTTP/2"; in upgrade_upstream() 195 ULOG(INFO, upstream) << "Too large or many header field size=" in on_header_callback2() 249 ULOG(INFO, upstream) << "Invalid header field for stream_id=" in on_invalid_header_callback2() 270 ULOG(INFO, upstream) << "Received upstream request HEADERS stream_id=" in on_begin_headers_callback() 330 ULOG(INFO, this) << "HTTP request headers. stream_id=" in on_request_headers() 608 ULOG(INFO, upstream) << "GOAWAY received: last-stream-id=" in on_frame_recv_callback() 682 ULOG(INFO, upstream) in on_frame_send_callback() 788 ULOG(INFO, upstream) << "Sending GOAWAY: last-stream-id=" in on_frame_send_callback() [all …]
|
D | shrpx_https_upstream.cc | 96 ULOG(INFO, this) << "HTTP request started"; in on_start_request() 137 ULOG(INFO, upstream) << "Too large URI size=" in htp_uricb() 169 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_keycb() 185 ULOG(INFO, upstream) in htp_hdr_keycb() 202 ULOG(INFO, upstream) in htp_hdr_keycb() 224 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_valcb() 324 ULOG(INFO, upstream) << "HTTP request headers completed"; in htp_hdrs_completecb() 359 ULOG(INFO, upstream) << "HTTP request headers\n" << ss.str(); in htp_hdrs_completecb() 546 ULOG(INFO, upstream) << "HTTP request completed"; in htp_msg_completecb() 570 ULOG(INFO, upstream) << "HTTP Upgrade to HTTP/2 failed"; in htp_msg_completecb() [all …]
|
D | shrpx_log.h | 64 #define ULOG(SEVERITY, UPSTREAM) \ macro
|