/third_party/node/test/parallel/ |
D | test-http2-client-stream-destroy-before-connect.js | 8 const NGHTTP2_INTERNAL_ERROR = h2.constants.NGHTTP2_INTERNAL_ERROR; constant 46 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR); 47 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR);
|
D | test-http2-respond-file-fd-invalid.js | 12 NGHTTP2_INTERNAL_ERROR 45 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR);
|
D | test-http2-server-rst-stream.js | 15 NGHTTP2_INTERNAL_ERROR 24 [NGHTTP2_INTERNAL_ERROR, true, 'NGHTTP2_INTERNAL_ERROR'],
|
D | test-http2-binding.js | 202 NGHTTP2_INTERNAL_ERROR: 2, property
|
/third_party/nghttp2/src/ |
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 …]
|
D | shrpx_http2_downstream_connection.h | 77 uint32_t error_code = NGHTTP2_INTERNAL_ERROR);
|
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()
|
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()
|
D | shrpx_http2_downstream_connection.cc | 71 error_code = NGHTTP2_INTERNAL_ERROR; in ~Http2DownstreamConnection()
|
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/nghttp2/lib/ |
D | nghttp2_helper.c | 776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
D | nghttp2_session.c | 2406 NGHTTP2_INTERNAL_ERROR); in session_prep_frame() 3309 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3369 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3398 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3527 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3825 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code() 4555 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim() 6129 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6544 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6633 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_helper.c | 776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
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/ |
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/ |
D | libevent-server.c | 453 NGHTTP2_INTERNAL_ERROR); in error_reply()
|
/third_party/node/src/ |
D | node_http2.h | 1079 V(NGHTTP2_INTERNAL_ERROR) \
|
D | node_http2.cc | 1048 return NGHTTP2_INTERNAL_ERROR; in TranslateNghttp2ErrorCode()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 7834 NGHTTP2_INTERNAL_ERROR)); in test_nghttp2_session_on_ctrl_not_send() 10148 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_header_temporal_failure() 10487 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure() 10514 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure()
|
/third_party/node/doc/api/ |
D | http2.md | 2791 | `0x02` | Internal Error | `http2.constants.NGHTTP2_INTERNAL_ERROR` |
|