Home
last modified time | relevance | path

Searched refs:NGHTTP2_PROTOCOL_ERROR (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-server-rst-stream.js13 NGHTTP2_PROTOCOL_ERROR,
21 [NGHTTP2_PROTOCOL_ERROR, true, 'NGHTTP2_PROTOCOL_ERROR'],
Dtest-http2-binding.js200 NGHTTP2_PROTOCOL_ERROR: 1, property
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c247 nghttp2_frame_rst_stream_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_frame_pack_rst_stream()
255 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_rst_stream()
400 nghttp2_frame_goaway_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR, in test_nghttp2_frame_pack_goaway()
410 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_goaway()
Dfailmalloc_test.c372 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in run_nghttp2_session_recv()
Dnghttp2_session_test.c1015 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_data()
1569 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_headers_with_priority()
3261 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_response_headers_received()
3362 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_on_rst_stream_received()
3688 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received()
3719 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received()
3929 nghttp2_frame_goaway_init(&frame.goaway, 3, NGHTTP2_PROTOCOL_ERROR, NULL, 0); in test_nghttp2_session_on_goaway_received()
4408 nghttp2_frame_rst_stream_init(&frame->rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_send_rst_stream()
6804 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_max_concurrent_streams()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c602 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
Dnghttp2_session.c3456 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code()
4065 session, NGHTTP2_PROTOCOL_ERROR, "HEADERS: could not unpack"); in session_process_headers_frame()
4101 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received()
4698 session, NGHTTP2_PROTOCOL_ERROR, "PUSH_PROMISE: could not unpack"); in session_process_push_promise_frame()
4974 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received()
5167 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5182 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5450 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv()
5523 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
5551 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_helper.c602 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
Dnghttp2_session.c3456 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code()
4065 session, NGHTTP2_PROTOCOL_ERROR, "HEADERS: could not unpack"); in session_process_headers_frame()
4101 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received()
4698 session, NGHTTP2_PROTOCOL_ERROR, "PUSH_PROMISE: could not unpack"); in session_process_push_promise_frame()
4974 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received()
5167 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5182 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5450 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv()
5523 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
5551 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
[all …]
/third_party/nghttp2/src/
Dnghttp.cc1781 NGHTTP2_PROTOCOL_ERROR); in check_response_header()
1788 NGHTTP2_PROTOCOL_ERROR); in check_response_header()
1995 frame->hd.stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
2039 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
2050 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
Dshrpx_http2_session.cc1027 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2()
1134 NGHTTP2_PROTOCOL_ERROR); in on_response_headers()
1421 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_data_chunk_recv_callback()
Dshrpx_http2_upstream.cc255 upstream->rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2()
367 rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_request_headers()
1897 rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_downstream_body_complete()
/third_party/nghttp2/python/
Dcnghttp2.pxd46 NGHTTP2_PROTOCOL_ERROR
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h742 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h742 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
/third_party/curl/lib/
Dhttp2.c726 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv()
1019 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_header()
/third_party/node/src/
Dnode_http2.h1126 V(NGHTTP2_PROTOCOL_ERROR) \
/third_party/node/doc/api/
Dhttp2.md2538 | `0x01` | Protocol Error | `http2.constants.NGHTTP2_PROTOCOL_ERROR` |