Home
last modified time | relevance | path

Searched refs:NGHTTP2_INTERNAL_ERROR (Results 1 – 22 of 22) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-client-stream-destroy-before-connect.js8 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);
Dtest-http2-respond-file-fd-invalid.js12 NGHTTP2_INTERNAL_ERROR
45 assert.strictEqual(req.rstCode, NGHTTP2_INTERNAL_ERROR);
Dtest-http2-server-rst-stream.js15 NGHTTP2_INTERNAL_ERROR
24 [NGHTTP2_INTERNAL_ERROR, true, 'NGHTTP2_INTERNAL_ERROR'],
Dtest-http2-binding.js202 NGHTTP2_INTERNAL_ERROR: 2, property
/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc482 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 …]
Dshrpx_http2_downstream_connection.h77 uint32_t error_code = NGHTTP2_INTERNAL_ERROR);
Dshrpx_http2_session.cc1061 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()
DHttpServer.cc140 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()
Dshrpx_http2_downstream_connection.cc71 error_code = NGHTTP2_INTERNAL_ERROR; in ~Http2DownstreamConnection()
Dnghttp.cc380 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/
Dnghttp2_helper.c776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
Dnghttp2_session.c2406 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/
Dnghttp2_helper.c776 case NGHTTP2_INTERNAL_ERROR: in nghttp2_http2_strerror()
Dnghttp2_session.c2367 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/
Dcore.js273 NGHTTP2_INTERNAL_ERROR,
1540 code = NGHTTP2_INTERNAL_ERROR;
2328 code = NGHTTP2_INTERNAL_ERROR;
2481 this.stream.close(NGHTTP2_INTERNAL_ERROR);
/third_party/nghttp2/examples/
Dlibevent-server.c453 NGHTTP2_INTERNAL_ERROR); in error_reply()
/third_party/node/src/
Dnode_http2.h1079 V(NGHTTP2_INTERNAL_ERROR) \
Dnode_http2.cc1048 return NGHTTP2_INTERNAL_ERROR; in TranslateNghttp2ErrorCode()
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h754 NGHTTP2_INTERNAL_ERROR = 0x02, enumerator
/third_party/nghttp2/tests/
Dnghttp2_session_test.c7834 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/
Dhttp2.md2791 | `0x02` | Internal Error | `http2.constants.NGHTTP2_INTERNAL_ERROR` |