Home
last modified time | relevance | path

Searched refs:NGHTTP2_ERR_FATAL (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h414 * The errors < :enum:`nghttp2_error.NGHTTP2_ERR_FATAL` mean that
421 NGHTTP2_ERR_FATAL = -900, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h414 * The errors < :enum:`nghttp2_error.NGHTTP2_ERR_FATAL` mean that
421 NGHTTP2_ERR_FATAL = -900, enumerator
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc1421 if (rv < NGHTTP2_ERR_FATAL) { in rst_stream()
1612 if (rv < NGHTTP2_ERR_FATAL) { in error_reply()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c80 return lib_error_code < 0 && lib_error_code > NGHTTP2_ERR_FATAL; in is_non_fatal()
84 return lib_error_code < NGHTTP2_ERR_FATAL; in nghttp2_is_fatal()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c80 return lib_error_code < 0 && lib_error_code > NGHTTP2_ERR_FATAL; in is_non_fatal()
84 return lib_error_code < NGHTTP2_ERR_FATAL; in nghttp2_is_fatal()

Completed in 44 milliseconds