Searched refs:ULOG (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
H A 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() 441 ULOG(ERROR, this) << "ngtcp2_conn_shutdown_stream_write: " in stream_reset() 457 ULOG(ERROR, this) << "nghttp3_conn_shutdown_stream_read: " in http_shutdown_stream_read() 496 ULOG(ERROR, this) << "NO ALPN was negotiated"; in handshake_completed() 544 ULOG(ERROR, this) << "ngtcp2_conn_submit_new_token: " in send_new_token() 706 ULOG(ERROR, this) << "SSL_set_quic_early_data_context failed"; in init() 725 ULOG(ERRO in init() [all...] |
H A 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(INF in on_frame_send_callback() [all...] |
H A 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() 382 ULOG(INFO, upstream) << "HTTP request headers\n" << ss.str(); in htp_hdrs_completecb() 586 ULOG(INFO, upstream) << "HTTP request completed"; in htp_msg_completecb() 616 ULOG(INF in htp_msg_completecb() [all...] |
H A D | shrpx_log.h | 64 #define ULOG(SEVERITY, UPSTREAM) \ macro
|
Completed in 8 milliseconds