Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_error.h41 SHRPX_ERR_TLS_REQUIRED = -105, enumerator
Dshrpx_https_upstream.cc491 if (rv == SHRPX_ERR_TLS_REQUIRED) { in htp_hdrs_completecb()
1495 if (rv == SHRPX_ERR_TLS_REQUIRED) { in on_downstream_reset()
Dshrpx_http2_upstream.cc476 if (rv == SHRPX_ERR_TLS_REQUIRED) { in initiate_downstream()
2123 if (rv == SHRPX_ERR_TLS_REQUIRED) { in on_downstream_reset()
Dshrpx_http3_upstream.cc1600 if (rv == SHRPX_ERR_TLS_REQUIRED) { in on_downstream_reset()
2315 if (rv == SHRPX_ERR_TLS_REQUIRED) { in initiate_downstream()
Dshrpx_client_handler.cc1102 err = SHRPX_ERR_TLS_REQUIRED; in get_downstream_connection()
Dshrpx_http_downstream_connection.cc113 if (rv == SHRPX_ERR_TLS_REQUIRED) { in retry_downstream_connection()