Home
last modified time | relevance | path

Searched refs:SHRPX_ERR_TLS_REQUIRED (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_error.h41 SHRPX_ERR_TLS_REQUIRED = -105, enumerator
Dshrpx_https_upstream.cc466 if (rv == SHRPX_ERR_TLS_REQUIRED) { in htp_hdrs_completecb()
1475 if (rv == SHRPX_ERR_TLS_REQUIRED) { in on_downstream_reset()
Dshrpx_http2_upstream.cc468 if (rv == SHRPX_ERR_TLS_REQUIRED) { in initiate_downstream()
2105 if (rv == SHRPX_ERR_TLS_REQUIRED) { in on_downstream_reset()
Dshrpx_client_handler.cc971 err = SHRPX_ERR_TLS_REQUIRED; in get_downstream_connection()
Dshrpx_http_downstream_connection.cc111 if (rv == SHRPX_ERR_TLS_REQUIRED) { in retry_downstream_connection()