Searched refs:submit_rst_stream (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_session.cc | 765 int Http2Session::submit_rst_stream(int32_t stream_id, uint32_t error_code) { in submit_rst_stream() function in shrpx::Http2Session 953 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_header_callback2() 1027 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2() 1047 http2session->submit_rst_stream(frame->hd.stream_id, in on_begin_headers_callback() 1058 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1069 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1133 http2session->submit_rst_stream(frame->hd.stream_id, in on_response_headers() 1196 http2session->submit_rst_stream(frame->hd.stream_id, NGHTTP2_CANCEL); in on_response_headers() 1198 http2session->submit_rst_stream(frame->hd.stream_id, in on_response_headers() 1225 http2session->submit_rst_stream(frame->hd.stream_id, in on_frame_recv_callback() [all …]
|
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()
|
D | shrpx_http2_downstream_connection.h | 76 int submit_rst_stream(Downstream *downstream,
|
D | HttpServer.cc | 131 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in stream_timeout_cb() 1035 int Http2Handler::submit_rst_stream(Stream *stream, uint32_t error_code) { in submit_rst_stream() function in nghttp2::Http2Handler 1113 hd->submit_rst_stream(stream, NGHTTP2_NO_ERROR); in file_read_callback() 1148 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1153 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1413 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_header_callback2() 1531 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in hd_on_frame_recv_callback() 1704 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
|
D | shrpx_http2_session.h | 121 int submit_rst_stream(int32_t stream_id, uint32_t error_code);
|
D | HttpServer.h | 185 int submit_rst_stream(Stream *stream, uint32_t error_code);
|