Home
last modified time | relevance | path

Searched refs:NGHTTP2_FRAME_SIZE_ERROR (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-binding.js205 NGHTTP2_FRAME_SIZE_ERROR: 6, property
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c612 case NGHTTP2_FRAME_SIZE_ERROR: in nghttp2_http2_strerror()
Dnghttp2_frame.c762 return NGHTTP2_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_altsvc_payload2()
Dnghttp2_session.c3438 return nghttp2_session_terminate_session(session, NGHTTP2_FRAME_SIZE_ERROR); in session_handle_frame_size_error()
3448 return NGHTTP2_FRAME_SIZE_ERROR; in get_error_code_from_lib_error_code()
5486 session, NGHTTP2_FRAME_SIZE_ERROR, "too large frame size"); in nghttp2_session_mem_recv()
/third_party/nghttp2/lib/
Dnghttp2_helper.c786 case NGHTTP2_FRAME_SIZE_ERROR: in nghttp2_http2_strerror()
Dnghttp2_frame.c785 return NGHTTP2_FRAME_SIZE_ERROR; in nghttp2_frame_unpack_altsvc_payload2()
Dnghttp2_session.c3812 return nghttp2_session_terminate_session(session, NGHTTP2_FRAME_SIZE_ERROR); in session_handle_frame_size_error()
3822 return NGHTTP2_FRAME_SIZE_ERROR; in get_error_code_from_lib_error_code()
6018 session, NGHTTP2_FRAME_SIZE_ERROR, "too large frame size"); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h762 NGHTTP2_FRAME_SIZE_ERROR = 0x06, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h775 NGHTTP2_FRAME_SIZE_ERROR = 0x06, enumerator
/third_party/node/src/
Dnode_http2.h1137 V(NGHTTP2_FRAME_SIZE_ERROR) \
/third_party/nghttp2/tests/
Dnghttp2_session_test.c775 CU_ASSERT(NGHTTP2_FRAME_SIZE_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv()
1525 CU_ASSERT(NGHTTP2_FRAME_SIZE_ERROR == item->frame.goaway.error_code); in test_nghttp2_session_recv_headers_with_priority()
/third_party/node/doc/api/
Dhttp2.md2543 | `0x06` | Frame Size Error | `http2.constants.NGHTTP2_FRAME_SIZE_ERROR` |