Home
last modified time | relevance | path

Searched refs:NGHTTP2_REFUSED_STREAM (Results 1 - 15 of 15) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-binding.js207 NGHTTP2_REFUSED_STREAM: 7,
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c788 case NGHTTP2_REFUSED_STREAM: in nghttp2_http2_strerror()
H A Dnghttp2_session.c2799 NGHTTP2_REFUSED_STREAM); in session_close_stream_on_goaway()
3287 error_code = NGHTTP2_REFUSED_STREAM; in nghttp2_session_mem_send_internal()
3362 error_code = NGHTTP2_REFUSED_STREAM; in nghttp2_session_mem_send_internal()
3750 return NGHTTP2_REFUSED_STREAM; in get_error_code_from_lib_error_code()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c786 case NGHTTP2_REFUSED_STREAM: in nghttp2_http2_strerror()
H A Dnghttp2_session.c2794 NGHTTP2_REFUSED_STREAM); in session_close_stream_on_goaway()
3282 error_code = NGHTTP2_REFUSED_STREAM; in nghttp2_session_mem_send_internal()
3357 error_code = NGHTTP2_REFUSED_STREAM; in nghttp2_session_mem_send_internal()
3745 return NGHTTP2_REFUSED_STREAM; in get_error_code_from_lib_error_code()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h779 NGHTTP2_REFUSED_STREAM = 0x07, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h774 NGHTTP2_REFUSED_STREAM = 0x07, enumerator
/third_party/node/lib/internal/http2/
H A Dcore.js268 NGHTTP2_REFUSED_STREAM,
359 handle.rstStream(NGHTTP2_REFUSED_STREAM);
/third_party/node/src/
H A Dnode_http2.h1084 V(NGHTTP2_REFUSED_STREAM) \
H A Dnode_http2.cc1048 return NGHTTP2_REFUSED_STREAM; in TranslateNghttp2ErrorCode()
/third_party/curl/lib/
H A Dcf-h2-proxy.c1205 if(ctx->tunnel.error == NGHTTP2_REFUSED_STREAM) { in h2_handle_tunnel_close()
H A Dhttp2.c1695 if(stream->error == NGHTTP2_REFUSED_STREAM) { in http2_handle_stream_close()
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc881 // NGHTTP2_REFUSED_STREAM is important because it tells upstream in infer_upstream_rst_stream_error_code()
885 case NGHTTP2_REFUSED_STREAM: in infer_upstream_rst_stream_error_code()
H A Dshrpx_http3_upstream.cc1042 // NGHTTP2_REFUSED_STREAM is important because it tells upstream in infer_upstream_shutdown_stream_error_code()
1047 case NGHTTP2_REFUSED_STREAM: in infer_upstream_shutdown_stream_error_code()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c3550 CU_ASSERT(NGHTTP2_REFUSED_STREAM == item->frame.rst_stream.error_code); in test_nghttp2_session_on_push_response_headers_received()
7344 CU_ASSERT(NGHTTP2_REFUSED_STREAM == item->frame.rst_stream.error_code); in test_nghttp2_session_max_concurrent_streams()

Completed in 72 milliseconds