Searched refs:NGHTTP2_CANCEL (Results 1 - 15 of 15) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http2_session.cc | 966 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_header_callback2() 1071 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1082 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_begin_headers_callback() 1209 http2session->submit_rst_stream(frame->hd.stream_id, NGHTTP2_CANCEL); in on_response_headers() 1358 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback() 1370 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback() 1380 http2session->submit_rst_stream(promised_stream_id, NGHTTP2_CANCEL); in on_frame_recv_callback()
|
H A D | nghttp.cc | 2081 NGHTTP2_CANCEL); in on_frame_recv_callback2()
|
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 208 NGHTTP2_CANCEL: 8,
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.c | 790 case NGHTTP2_CANCEL: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 5019 session, frame->push_promise.promised_stream_id, NGHTTP2_CANCEL); in nghttp2_session_on_push_promise_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.c | 788 case NGHTTP2_CANCEL: in nghttp2_http2_strerror()
|
H A D | nghttp2_session.c | 5014 session, frame->push_promise.promised_stream_id, NGHTTP2_CANCEL); in nghttp2_session_on_push_promise_received()
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 267 NGHTTP2_CANCEL, 2326 code = NGHTTP2_CANCEL; 2351 if (err == null && code !== NGHTTP2_NO_ERROR && code !== NGHTTP2_CANCEL) 3254 state.streams.forEach((stream) => stream.close(NGHTTP2_CANCEL)); 3255 state.pendingStreams.forEach((stream) => stream.close(NGHTTP2_CANCEL));
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 180 rv = nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 3, NGHTTP2_CANCEL); in run_nghttp2_session_send()
|
H A D | nghttp2_session_test.c | 4064 CU_ASSERT(NGHTTP2_CANCEL == item->frame.rst_stream.error_code); in test_nghttp2_session_on_push_promise_received() 4233 CU_ASSERT(NGHTTP2_CANCEL == item->frame.rst_stream.error_code); in test_nghttp2_session_on_push_promise_received() 7389 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_CANCEL); in test_nghttp2_session_stop_data_with_rst_stream() 10324 nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 2, NGHTTP2_CANCEL); in test_nghttp2_session_cancel_reserved_remote() 10355 nghttp2_submit_rst_stream(session, NGHTTP2_FLAG_NONE, 2, NGHTTP2_CANCEL); in test_nghttp2_session_cancel_reserved_remote() 10399 NGHTTP2_CANCEL); in test_nghttp2_session_reset_pending_headers() 10423 CU_ASSERT(NGHTTP2_CANCEL == ud.stream_close_error_code); in test_nghttp2_session_reset_pending_headers() 10576 nghttp2_frame_rst_stream_init(&frame.rst_stream, 1, NGHTTP2_CANCEL); in test_nghttp2_session_defer_then_close()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 783 NGHTTP2_CANCEL = 0x08, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 778 NGHTTP2_CANCEL = 0x08, enumerator
|
/third_party/node/src/ |
H A D | node_http2.h | 1085 V(NGHTTP2_CANCEL) \
|
H A D | node_http2.cc | 2282 return code == NGHTTP2_CANCEL; in SubmitRstStream() 2285 // If RST_STREAM frame is received with error code NGHTTP2_CANCEL, in SubmitRstStream()
|
/third_party/curl/lib/ |
H A D | http2.c | 1066 NGHTTP2_CANCEL); in on_stream_frame()
|
Completed in 73 milliseconds