/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 482 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream() 506 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream() 524 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream() 538 rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in initiate_downstream() 567 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback() 596 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback() 648 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback() 780 upstream->rst_stream(ptr, NGHTTP2_INTERNAL_ERROR); in on_frame_send_callback() 826 upstream->rst_stream(downstream, NGHTTP2_INTERNAL_ERROR); in on_frame_not_send_callback() 888 return NGHTTP2_INTERNAL_ERROR; in infer_upstream_rst_stream_error_code() [all...] |
H A D | shrpx_http2_downstream_connection.h | 77 uint32_t error_code = NGHTTP2_INTERNAL_ERROR);
|
H A D | shrpx_http2_session.cc | 1061 NGHTTP2_INTERNAL_ERROR); in on_begin_headers_callback() 1212 NGHTTP2_INTERNAL_ERROR); in on_response_headers() 1239 NGHTTP2_INTERNAL_ERROR); in on_frame_recv_callback() 1412 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback() 1422 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback() 1453 http2session->submit_rst_stream(stream_id, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
|
H A D | HttpServer.cc | 140 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in stream_timeout_cb() 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_downstream_connection.cc | 71 error_code = NGHTTP2_INTERNAL_ERROR; in ~Http2DownstreamConnection()
|
H A D | nghttp.cc | 380 req->stream_id, NGHTTP2_INTERNAL_ERROR); in continue_timeout_cb() 1759 NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback() 1927 NGHTTP2_INTERNAL_ERROR); in on_header_callback() 1951 NGHTTP2_INTERNAL_ERROR); in on_header_callback()
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 202 NGHTTP2_INTERNAL_ERROR: 2,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.c | 778 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 2372 NGHTTP2_INTERNAL_ERROR); in session_prep_frame() 3253 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3313 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3342 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3462 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3756 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code() 4481 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim() 6049 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6464 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6553 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.c | 776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 2367 NGHTTP2_INTERNAL_ERROR); in session_prep_frame() 3248 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3308 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3337 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3457 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3751 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code() 4476 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim() 6044 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6459 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6548 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() [all...] |
/third_party/node/lib/internal/http2/ |
H A D | core.js | 273 NGHTTP2_INTERNAL_ERROR, 1540 code = NGHTTP2_INTERNAL_ERROR; 2328 code = NGHTTP2_INTERNAL_ERROR; 2481 this.stream.close(NGHTTP2_INTERNAL_ERROR);
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 453 NGHTTP2_INTERNAL_ERROR); in error_reply()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 759 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator 936 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. If a different 1670 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case, 1747 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case, 1872 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. To change the
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator 931 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. If a different 1665 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case, 1742 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. In this case, 1867 * :enum:`nghttp2_error_code.NGHTTP2_INTERNAL_ERROR`. To change the
|
/third_party/node/src/ |
H A D | node_http2.h | 1079 V(NGHTTP2_INTERNAL_ERROR) \
|
H A D | node_http2.cc | 1054 return NGHTTP2_INTERNAL_ERROR; in TranslateNghttp2ErrorCode()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 7862 NGHTTP2_INTERNAL_ERROR)); in test_nghttp2_session_on_ctrl_not_send() 10174 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_header_temporal_failure() 10513 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure() 10540 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure()
|