Home
last modified time | relevance | path

Searched refs:NGHTTP2_CANCEL (Results 1 – 18 of 18) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-server-rst-stream.js11 NGHTTP2_CANCEL,
22 [NGHTTP2_CANCEL, false],
Dtest-http2-cancel-while-client-reading.js21 client_stream.close(http2.constants.NGHTTP2_CANCEL);
Dtest-http2-binding.js207 NGHTTP2_CANCEL: 8, property
/third_party/nghttp2/src/
Dshrpx_http2_session.cc953 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_header_callback2()
1058 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback()
1069 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback()
1196 http2session->submit_rst_stream(frame->hd.stream_id, NGHTTP2_CANCEL); in on_response_headers()
1345 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
1357 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
1367 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
Dnghttp.cc2059 NGHTTP2_CANCEL); in on_frame_recv_callback2()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.c616 case NGHTTP2_CANCEL: in nghttp2_http2_strerror()
Dnghttp2_session.c4653 session, frame->push_promise.promised_stream_id, NGHTTP2_CANCEL); in nghttp2_session_on_push_promise_received()
/third_party/nghttp2/lib/
Dnghttp2_helper.c616 case NGHTTP2_CANCEL: in nghttp2_http2_strerror()
Dnghttp2_session.c4653 session, frame->push_promise.promised_stream_id, NGHTTP2_CANCEL); in nghttp2_session_on_push_promise_received()
/third_party/nghttp2/tests/
Dfailmalloc_test.c180 rv = nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 3, NGHTTP2_CANCEL); in run_nghttp2_session_send()
Dnghttp2_session_test.c3670 CU_ASSERT(NGHTTP2_CANCEL == item->frame.rst_stream.error_code); in test_nghttp2_session_on_push_promise_received()
3839 CU_ASSERT(NGHTTP2_CANCEL == item->frame.rst_stream.error_code); in test_nghttp2_session_on_push_promise_received()
6836 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_CANCEL); in test_nghttp2_session_stop_data_with_rst_stream()
9773 nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 2, NGHTTP2_CANCEL); in test_nghttp2_session_cancel_reserved_remote()
9804 nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 2, NGHTTP2_CANCEL); in test_nghttp2_session_cancel_reserved_remote()
9848 NGHTTP2_CANCEL); in test_nghttp2_session_reset_pending_headers()
9872 CU_ASSERT(NGHTTP2_CANCEL == ud.stream_close_error_code); in test_nghttp2_session_reset_pending_headers()
10025 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_CANCEL); in test_nghttp2_session_defer_then_close()
/third_party/node/lib/internal/http2/
Dcore.js245 NGHTTP2_CANCEL,
2270 if (err == null && code !== NGHTTP2_NO_ERROR && code !== NGHTTP2_CANCEL)
3167 state.streams.forEach((stream) => stream.close(NGHTTP2_CANCEL));
3168 state.pendingStreams.forEach((stream) => stream.close(NGHTTP2_CANCEL));
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h770 NGHTTP2_CANCEL = 0x08, enumerator
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h770 NGHTTP2_CANCEL = 0x08, enumerator
/third_party/node/src/
Dnode_http2.h1133 V(NGHTTP2_CANCEL) \
Dnode_http2.cc2131 return code == NGHTTP2_CANCEL; in SubmitRstStream()
/third_party/curl/lib/
Dhttp2.c784 NGHTTP2_CANCEL); in on_frame_recv()
/third_party/node/doc/api/
Dhttp2.md1248 const { NGHTTP2_CANCEL } = http2.constants;
1252 req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL));
2545 | `0x08` | Cancel | `http2.constants.NGHTTP2_CANCEL` |