Searched refs:submit_rst_stream (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 778 int Http2Session::submit_rst_stream(int32_t stream_id, uint32_t error_code) { in submit_rst_stream() function in shrpx::Http2Session 966 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_header_callback2() 1040 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2() 1060 http2session->submit_rst_stream(frame->hd.stream_id, in on_begin_headers_callback() 1071 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1082 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1146 http2session->submit_rst_stream(frame->hd.stream_id, in on_response_headers() 1209 http2session->submit_rst_stream(frame->hd.stream_id, NGHTTP2_CANCEL); in on_response_headers() 1211 http2session->submit_rst_stream(frame->hd.stream_id, in on_response_headers() 1238 http2session->submit_rst_stream(fram in on_frame_recv_callback() [all...] |
H A D | shrpx_http2_downstream_connection.cc | 76 submit_rst_stream(downstream_, error_code); in ~Http2DownstreamConnection() 123 if (submit_rst_stream(downstream) == 0) { in detach_downstream() 140 int Http2DownstreamConnection::submit_rst_stream(Downstream *downstream, in submit_rst_stream() function in shrpx::Http2DownstreamConnection 157 rv = http2session_->submit_rst_stream( in submit_rst_stream() 611 return submit_rst_stream(downstream_, NGHTTP2_NO_ERROR); in on_timeout()
|
H A D | shrpx_http2_downstream_connection.h | 76 int submit_rst_stream(Downstream *downstream,
|
H A D | HttpServer.cc | 140 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in stream_timeout_cb() 1052 int Http2Handler::submit_rst_stream(Stream *stream, uint32_t error_code) { in submit_rst_stream() function in nghttp2::Http2Handler 1130 hd->submit_rst_stream(stream, NGHTTP2_NO_ERROR); in file_read_callback() 1165 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1170 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1430 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_header_callback2() 1548 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in hd_on_frame_recv_callback() 1721 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
|
H A D | shrpx_http2_session.h | 121 int submit_rst_stream(int32_t stream_id, uint32_t error_code);
|
H A D | HttpServer.h | 188 int submit_rst_stream(Stream *stream, uint32_t error_code);
|
Completed in 8 milliseconds