Searched refs:ULOG (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http3_upstream.cc | 288 ULOG(ERROR, this) << "nghttp3_conn_read_stream: " in recv_stream_data() 335 ULOG(ERROR, this) << "nghttp3_conn_close_stream: " << nghttp3_strerror(rv); in stream_close() 366 ULOG(ERROR, this) << "nghttp3_conn_add_ack_offset: " in acked_stream_data_offset() 395 ULOG(ERROR, this) << "nghttp3_conn_unblock_stream: " in extend_max_stream_data() 439 ULOG(ERROR, this) << "nghttp3_conn_shutdown_stream_read: " in http_shutdown_stream_read() 478 ULOG(ERROR, this) << "NO ALPN was negotiated"; in handshake_completed() 503 ULOG(ERROR, this) << "ngtcp2_conn_submit_new_token: " in handshake_completed() 658 ULOG(ERROR, this) << "SSL_set_quic_early_data_context failed"; in init() 675 ULOG(ERROR, this) << "generate_quic_stateless_reset_token failed"; in init() 696 ULOG(ERROR, this) << "ngtcp2_conn_server_new: " << ngtcp2_strerror(rv); in init() [all …]
|
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() 616 ULOG(INFO, upstream) << "GOAWAY received: last-stream-id=" in on_frame_recv_callback() 690 ULOG(INFO, upstream) in on_frame_send_callback() 796 ULOG(INFO, upstream) << "Sending GOAWAY: last-stream-id=" in on_frame_send_callback() [all …]
|
D | shrpx_https_upstream.cc | 109 ULOG(INFO, this) << "HTTP request started"; in on_start_request() 150 ULOG(INFO, upstream) << "Too large URI size=" in htp_uricb() 182 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_keycb() 198 ULOG(INFO, upstream) in htp_hdr_keycb() 215 ULOG(INFO, upstream) in htp_hdr_keycb() 237 ULOG(INFO, upstream) << "Too large header block size=" in htp_hdr_valcb() 337 ULOG(INFO, upstream) << "HTTP request headers completed"; in htp_hdrs_completecb() 377 ULOG(INFO, upstream) << "HTTP request headers\n" << ss.str(); in htp_hdrs_completecb() 571 ULOG(INFO, upstream) << "HTTP request completed"; in htp_msg_completecb() 601 ULOG(INFO, upstream) << "HTTP Upgrade to HTTP/2 failed"; in htp_msg_completecb() [all …]
|
D | shrpx_log.h | 64 #define ULOG(SEVERITY, UPSTREAM) \ macro
|