Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_STREAM_CLOSED (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-server-push-stream-errors.js38 ngError: constants.NGHTTP2_ERR_STREAM_CLOSED,
Dtest-http2-binding.js219 NGHTTP2_ERR_STREAM_CLOSED: -510, property
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c275 case NGHTTP2_ERR_STREAM_CLOSED: in nghttp2_strerror()
Dnghttp2_session.c859 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
910 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1481 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_for_stream_send()
1746 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_window_update_send()
1771 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_altsvc_send()
3443 case NGHTTP2_ERR_STREAM_CLOSED: in get_error_code_from_lib_error_code()
3884 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_request_headers_received()
3955 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_response_headers_received()
4028 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_headers_received()
4662 session, frame, NGHTTP2_ERR_STREAM_CLOSED, in nghttp2_session_on_push_promise_received()
/third_party/nghttp2/lib/
Dnghttp2_helper.c275 case NGHTTP2_ERR_STREAM_CLOSED: in nghttp2_strerror()
Dnghttp2_session.c859 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
910 return NGHTTP2_ERR_STREAM_CLOSED; in nghttp2_session_add_item()
1481 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_for_stream_send()
1746 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_window_update_send()
1771 return NGHTTP2_ERR_STREAM_CLOSED; in session_predicate_altsvc_send()
3443 case NGHTTP2_ERR_STREAM_CLOSED: in get_error_code_from_lib_error_code()
3884 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_request_headers_received()
3955 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_response_headers_received()
4028 session, frame, NGHTTP2_ERR_STREAM_CLOSED, "HEADERS: stream closed"); in nghttp2_session_on_headers_received()
4662 session, frame, NGHTTP2_ERR_STREAM_CLOSED, in nghttp2_session_on_push_promise_received()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h291 NGHTTP2_ERR_STREAM_CLOSED = -510, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h291 NGHTTP2_ERR_STREAM_CLOSED = -510, enumerator
/third_party/node/lib/internal/http2/
Dcore.js257 NGHTTP2_ERR_STREAM_CLOSED,
2647 case NGHTTP2_ERR_STREAM_CLOSED:
/third_party/node/src/
Dnode_http2.h1119 V(NGHTTP2_ERR_STREAM_CLOSED) \
Dnode_http2.cc914 lib_error_code == NGHTTP2_ERR_STREAM_CLOSED) { in OnInvalidFrame()
943 error_code == NGHTTP2_ERR_STREAM_CLOSED || in OnFrameNotSent()
/third_party/nghttp2/src/
Dshrpx_http2_session.cc1512 lib_error_code == NGHTTP2_ERR_STREAM_CLOSED || in on_frame_not_send_callback()
Dshrpx_http2_upstream.cc812 lib_error_code != NGHTTP2_ERR_STREAM_CLOSED && in on_frame_not_send_callback()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c5938 CU_ASSERT(NGHTTP2_ERR_STREAM_CLOSED == in test_nghttp2_submit_push_promise()
7291 CU_ASSERT(NGHTTP2_ERR_STREAM_CLOSED == user_data.not_sent_error); in test_nghttp2_session_on_ctrl_not_send()