mirror of
https://github.com/curl/curl.git
synced 2026-06-02 08:14:15 +03:00
cf-h3-proxy: add SSL flag
Since the proxy filter does TLS, it needs to set the SSL flag.
Follow-up to e78b1b3ecc
Closes #21770
Spotted by Codex Security
This commit is contained in:
parent
1791a08707
commit
a7d4abb0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -3421,7 +3421,7 @@ static CURLcode cf_h3_proxy_shutdown(struct Curl_cfilter *cf,
|
|||
|
||||
struct Curl_cftype Curl_cft_h3_proxy = {
|
||||
"H3-PROXY",
|
||||
CF_TYPE_IP_CONNECT | CF_TYPE_PROXY,
|
||||
CF_TYPE_IP_CONNECT | CF_TYPE_PROXY | CF_TYPE_SSL,
|
||||
CURL_LOG_LVL_NONE,
|
||||
cf_h3_proxy_destroy,
|
||||
cf_h3_proxy_connect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue