Home
last modified time | relevance | path

Searched refs:NGHTTP2_COMPRESSION_ERROR (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js209 NGHTTP2_COMPRESSION_ERROR: 9,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c792 case NGHTTP2_COMPRESSION_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3744 return NGHTTP2_COMPRESSION_ERROR; in get_error_code_from_lib_error_code()
3912 session, subject_stream->stream_id, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
3920 nghttp2_session_terminate_session(session, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c790 case NGHTTP2_COMPRESSION_ERROR: in nghttp2_http2_strerror()
H A Dnghttp2_session.c3739 return NGHTTP2_COMPRESSION_ERROR; in get_error_code_from_lib_error_code()
3907 session, subject_stream->stream_id, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
3915 nghttp2_session_terminate_session(session, NGHTTP2_COMPRESSION_ERROR); in inflate_header_block()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h787 NGHTTP2_COMPRESSION_ERROR = 0x09, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h782 NGHTTP2_COMPRESSION_ERROR = 0x09, enumerator
/third_party/node/src/
H A Dnode_http2.h1086 V(NGHTTP2_COMPRESSION_ERROR) \
H A Dnode_http2.cc1042 return NGHTTP2_COMPRESSION_ERROR; in TranslateNghttp2ErrorCode()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c2024 CU_ASSERT(NGHTTP2_COMPRESSION_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_recv_premature_headers()
2056 CU_ASSERT(NGHTTP2_COMPRESSION_ERROR == item->frame.rst_stream.error_code); in test_nghttp2_session_recv_premature_headers()

Completed in 73 milliseconds