Home
last modified time | relevance | path

Searched refs:NGHTTP2_PROTOCOL_ERROR (Results 1 - 16 of 16) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c244 nghttp2_frame_rst_stream_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_frame_pack_rst_stream()
251 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_rst_stream()
393 nghttp2_frame_goaway_init(&frame, 1000000007, NGHTTP2_PROTOCOL_ERROR, in test_nghttp2_frame_pack_goaway()
403 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == oframe.error_code); in test_nghttp2_frame_pack_goaway()
H A Dfailmalloc_test.c372 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in run_nghttp2_session_recv()
H A Dnghttp2_session_test.c1020 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_data()
1573 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_headers_with_priority()
2937 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_priority_update()
2972 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_priority_update()
3569 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_response_headers_received()
3670 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_on_rst_stream_received()
4082 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received()
4113 CU_ASSERT(NGHTTP2_PROTOCOL_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_on_push_promise_received()
4325 nghttp2_frame_goaway_init(&frame.goaway, 3, NGHTTP2_PROTOCOL_ERROR, NULL, 0); in test_nghttp2_session_on_goaway_received()
4826 nghttp2_frame_rst_stream_init(&frame->rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in test_nghttp2_session_send_rst_stream()
[all...]
/third_party/node/test/parallel/
H A Dtest-http2-binding.js201 NGHTTP2_PROTOCOL_ERROR: 1,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c776 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3754 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code()
4411 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received()
5418 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received()
5611 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5626 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5895 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv()
5968 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
5996 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
6178 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
6238 session, NGHTTP2_PROTOCOL_ERROR, "CONTINUATIO in nghttp2_session_mem_recv()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c774 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3749 return NGHTTP2_PROTOCOL_ERROR; in get_error_code_from_lib_error_code()
4406 session, NGHTTP2_PROTOCOL_ERROR, "depend on itself"); in nghttp2_session_on_priority_received()
5413 NGHTTP2_PROTOCOL_ERROR); in nghttp2_session_on_data_received()
5606 uint32_t error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5621 error_code = NGHTTP2_PROTOCOL_ERROR; in session_on_data_received_fail_fast()
5890 session, NGHTTP2_PROTOCOL_ERROR, "SETTINGS expected"); in nghttp2_session_mem_recv()
5963 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
5991 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
6173 session, NGHTTP2_PROTOCOL_ERROR, in nghttp2_session_mem_recv()
6233 session, NGHTTP2_PROTOCOL_ERROR, "CONTINUATIO in nghttp2_session_mem_recv()
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc1803 NGHTTP2_PROTOCOL_ERROR); in check_response_header()
1810 NGHTTP2_PROTOCOL_ERROR); in check_response_header()
2017 frame->hd.stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
2061 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
2072 NGHTTP2_PROTOCOL_ERROR); in on_frame_recv_callback2()
H A 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()
1915 rst_stream(downstream, NGHTTP2_PROTOCOL_ERROR); in on_downstream_body_complete()
H A Dshrpx_http2_session.cc1040 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_invalid_header_callback2()
1147 NGHTTP2_PROTOCOL_ERROR); in on_response_headers()
1434 http2session->submit_rst_stream(stream_id, NGHTTP2_PROTOCOL_ERROR); in on_data_chunk_recv_callback()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h755 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
1836 * :enum:`nghttp2_error_code.NGHTTP2_PROTOCOL_ERROR`. To change the
3865 * NGHTTP2_PROTOCOL_ERROR``). If string representation is unknown for
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h750 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
1831 * :enum:`nghttp2_error_code.NGHTTP2_PROTOCOL_ERROR`. To change the
3849 * NGHTTP2_PROTOCOL_ERROR``). If string representation is unknown for
/third_party/curl/lib/
H A Dhttp2.c1008 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_stream_frame()
1445 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_header()
/third_party/node/src/
H A Dnode_http2.h1078 V(NGHTTP2_PROTOCOL_ERROR) \
H A Dnode_http2.cc1052 return NGHTTP2_PROTOCOL_ERROR; in TranslateNghttp2ErrorCode()

Completed in 58 milliseconds