Fix HTTPS proxy for HTTPS addresses (#1175)

This commit is contained in:
Alexey Suslov 2025-11-17 17:31:54 +05:00 committed by GitHub
parent c5ba790d13
commit 7a1ca8d341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -536,7 +536,7 @@ static void* ssl_filter_open(void * idata, struct srvparam * srv){
SSL_CTX_set_verify(sc->srv_ctx, SSL_VERIFY_PEER|SSL_VERIFY_FAIL_IF_NO_PEER_CERT, NULL);
}
}
#ifdef WIWHSPLICE
#ifdef WITHSPLICE
srv->usesplice = 0;
#endif
return sc;