/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 44 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 | 201 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 | 138 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in stream_timeout_cb() 1161 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1166 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in prepare_echo_response() 1426 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_header_callback2() 1544 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in hd_on_frame_recv_callback() 1717 hd->submit_rst_stream(stream, NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback()
|
D | nghttp.cc | 380 req->stream_id, NGHTTP2_INTERNAL_ERROR); in continue_timeout_cb() 1760 NGHTTP2_INTERNAL_ERROR); in on_data_chunk_recv_callback() 1928 NGHTTP2_INTERNAL_ERROR); in on_header_callback() 1952 NGHTTP2_INTERNAL_ERROR); in on_header_callback()
|
D | shrpx_http2_downstream_connection.cc | 71 error_code = NGHTTP2_INTERNAL_ERROR; in ~Http2DownstreamConnection()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_helper.c | 604 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
D | nghttp2_session.c | 2072 NGHTTP2_INTERNAL_ERROR); in session_prep_frame() 2942 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3002 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3031 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3160 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3458 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code() 5604 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 5976 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6062 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6233 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv()
|
/third_party/nghttp2/lib/ |
D | nghttp2_helper.c | 778 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
|
D | nghttp2_session.c | 2413 NGHTTP2_INTERNAL_ERROR); in session_prep_frame() 3316 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3376 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3405 uint32_t error_code = NGHTTP2_INTERNAL_ERROR; in nghttp2_session_mem_send_internal() 3534 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_send_internal() 3832 return NGHTTP2_INTERNAL_ERROR; in get_error_code_from_lib_error_code() 4562 NGHTTP2_INTERNAL_ERROR, NULL, 0, in session_update_stream_reset_ratelim() 6136 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6551 session, iframe->frame.hd.stream_id, NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() 6640 NGHTTP2_INTERNAL_ERROR); in nghttp2_session_mem_recv() [all …]
|
/third_party/node/lib/internal/http2/ |
D | core.js | 251 NGHTTP2_INTERNAL_ERROR, 1482 code = NGHTTP2_INTERNAL_ERROR; 2247 (sessionCode || NGHTTP2_INTERNAL_ERROR) : 2399 this.stream.close(NGHTTP2_INTERNAL_ERROR);
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 453 NGHTTP2_INTERNAL_ERROR); in error_reply()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 746 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 759 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
|
/third_party/node/src/ |
D | node_http2.h | 1133 V(NGHTTP2_INTERNAL_ERROR) \
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 7835 NGHTTP2_INTERNAL_ERROR)); in test_nghttp2_session_on_ctrl_not_send() 10149 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_header_temporal_failure() 10488 CU_ASSERT(NGHTTP2_INTERNAL_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_on_begin_headers_temporal_failure() 10515 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 | 2539 | `0x02` | Internal Error | `http2.constants.NGHTTP2_INTERNAL_ERROR` |
|