/third_party/node/test/parallel/ |
D | test-http2-server-rst-stream.js | 13 NGHTTP2_PROTOCOL_ERROR, 21 [NGHTTP2_PROTOCOL_ERROR, true, 'NGHTTP2_PROTOCOL_ERROR'],
|
D | test-http2-binding.js | 200 NGHTTP2_PROTOCOL_ERROR: 1, property
|
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 247 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()
|
D | failmalloc_test.c | 372 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_PROTOCOL_ERROR); in run_nghttp2_session_recv()
|
D | nghttp2_session_test.c | 1015 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/ |
D | nghttp2_helper.c | 602 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
|
D | nghttp2_session.c | 3456 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/ |
D | nghttp2_helper.c | 602 case NGHTTP2_PROTOCOL_ERROR: in nghttp2_http2_strerror()
|
D | nghttp2_session.c | 3456 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/ |
D | nghttp.cc | 1781 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()
|
D | shrpx_http2_session.cc | 1027 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()
|
D | shrpx_http2_upstream.cc | 255 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/ |
D | cnghttp2.pxd | 46 NGHTTP2_PROTOCOL_ERROR
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 742 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 742 NGHTTP2_PROTOCOL_ERROR = 0x01, enumerator
|
/third_party/curl/lib/ |
D | http2.c | 726 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_frame_recv() 1019 stream_id, NGHTTP2_PROTOCOL_ERROR); in on_header()
|
/third_party/node/src/ |
D | node_http2.h | 1126 V(NGHTTP2_PROTOCOL_ERROR) \
|
/third_party/node/doc/api/ |
D | http2.md | 2538 | `0x01` | Protocol Error | `http2.constants.NGHTTP2_PROTOCOL_ERROR` |
|